Skip to content

Commit

Permalink
Improvement: enable macOS Apple Silicon build runner. (#81)
Browse files Browse the repository at this point in the history
Enable the macOS Apple Silicon runner.
  • Loading branch information
hjdhjd authored Oct 1, 2024
1 parent c4acaf7 commit 2ce2aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -55,8 +55,8 @@ jobs:
TARGET_OS: alpine

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

# Build for Intel macOS environments.
- name: darwin-x86_64
Expand Down

0 comments on commit 2ce2aad

Please sign in to comment.