Skip to content

Commit

Permalink
Add Apple Silicon build support to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 21, 2024
1 parent 75d6be2 commit cdad3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
CCACHE_MAXSIZE: 500M
macos:
name: macos
runs-on: macos-12
runs-on: [ macos-12, macos-13-xlarge ]
env:
CMAKE_OPTS: >-
-DUSE_WERROR=ON
Expand Down

0 comments on commit cdad3f4

Please sign in to comment.