From 8ea5d79f4bc38f28ad8cab5cab17d1633b34ee97 Mon Sep 17 00:00:00 2001 From: Roman Mazeev Date: Thu, 27 Jun 2024 15:57:18 +0200 Subject: [PATCH] Select beta Xcode Building on stable Xcode is verified --- .github/workflows/Build and test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Build and test.yml b/.github/workflows/Build and test.yml index 93f1c66..fd9d146 100644 --- a/.github/workflows/Build and test.yml +++ b/.github/workflows/Build and test.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Select Xcode version + run: sudo xcode-select -s '/Applications/Xcode_16.0.app/Contents/Developer' - name: Skip macro validation run: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES - name: Run tests