Skip to content

Commit

Permalink
Update macOS runners to Ventura and test Apple Silicon support. (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd authored Oct 3, 2023
1 parent 88381ce commit bc86b59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
alpine-aarch64,
alpine-arm32v7,
alpine-x86_64,
# darwin-arm64,
darwin-arm64,
darwin-x86_64,
windows-x86_64
]
Expand Down Expand Up @@ -54,13 +54,13 @@ jobs:
TARGET_ARCH: x86_64
TARGET_OS: alpine

# # Build for Apple Silicon macOS environments.
# - name: darwin-arm64
# os: macos-latest
# Build for Apple Silicon macOS environments.
- name: darwin-arm64
os: macos-13-large

# Build for Intel macOS environments.
- name: darwin-x86_64
os: macos-latest
os: macos-13

# Build for Intel 64-bit Windows environments.
- name: windows-x86_64
Expand Down

0 comments on commit bc86b59

Please sign in to comment.