From 63d044f2d54a74bf1a916e5b2e1cffdd16e41759 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 22 Nov 2021 19:08:16 +0100 Subject: [PATCH] Use Xcode 13.2 on GitHub Actions hosts --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa912975f..7ee2d2064 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: shell: bash run: | set -ex - sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer/ + sudo xcode-select --switch /Applications/Xcode_13.2.app/Contents/Developer/ # avoid building unrelated products for testing by specifying the test product explicitly swift build --product TokamakPackageTests `xcrun --find xctest` .build/debug/TokamakPackageTests.xctest || @@ -73,7 +73,7 @@ jobs: shell: bash run: | set -ex - sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer/ + sudo xcode-select --switch /Applications/Xcode_13.2.app/Contents/Developer/ brew install gtk+3