summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEwout ter Hoeven <E.M.terHoeven@student.tudelft.nl>2021-03-28 23:30:25 (GMT)
committerGitHub <noreply@github.com>2021-03-28 23:30:25 (GMT)
commit5780728a60c032929c03a5b478d6d93948602846 (patch)
tree8a542c156ac2a914499a1c0ef187e3c2a2e9bc4f /.github
parent9a40ec2f1f4f98793a98dc0baee7a1d8d5a2d23b (diff)
downloadNinja-5780728a60c032929c03a5b478d6d93948602846.zip
Ninja-5780728a60c032929c03a5b478d6d93948602846.tar.gz
Ninja-5780728a60c032929c03a5b478d6d93948602846.tar.bz2
CI: macOS: Unfix Xcode version to use the latest stable one
Removes the selection of a fixed Xcode version added in 242b7dd which assured Xcode version 12.2 was used when the default was still 12.1. The GitHub default is now 12.4 and newer versions will be made the default a few weeks after the stable release. This commit ensures an up to date Xcode version is used in the CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index af79080..0797433 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -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