Skip to content

Commit

Permalink
macOS: Build on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Apr 24, 2024
1 parent 5c41ce2 commit 1b1b7c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ jobs:
- build_host: ubuntu-latest
build_type: linux-native-gcc
- build_host: macos-latest
build_type: macos-native-clang-x86_64
# Disabled until Github Actions gets support for M1 Macs.
# See also: https://github.com/actions/runner-images/issues/2187
#- build_host: macos-latest
# build_type: macos-native-clang-arm64
build_type: macos-native-clang-arm64
- build_host: windows-latest
build_type: windows-native-msvc-x64
env:
Expand Down

0 comments on commit 1b1b7c6

Please sign in to comment.