Skip to content

Commit

Permalink
Merge pull request #1944 from EwoutH/patch-1
Browse files Browse the repository at this point in the history
CI: macOS: Unfix Xcode version to use the latest stable one
  • Loading branch information
jhasse authored Mar 29, 2021
2 parents 9a40ec2 + 5780728 commit 3d33ca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: 10.12
run: |
sudo xcode-select -s /Applications/Xcode_12.2.app
cmake -Bbuild -GXcode '-DCMAKE_OSX_ARCHITECTURES=arm64;x86_64'
cmake --build build --config Release
Expand Down

0 comments on commit 3d33ca8

Please sign in to comment.