From 7f66966fcbc310bbc198ee246d45bc17302a3a14 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 27 Nov 2020 13:55:17 +0000 Subject: [PATCH 1/2] Use latest macOS and Xcode on CI --- .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 aaad85cac..c1a583fa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: shell-action: carton bundle --product TokamakDemo macos_build: - runs-on: macos-10.15 + runs-on: macos-11 steps: - uses: actions/checkout@v2 @@ -24,7 +24,7 @@ jobs: shell: bash run: | set -ex - sudo xcode-select --switch /Applications/Xcode_12.1.app/Contents/Developer/ + sudo xcode-select --switch /Applications/Xcode_12.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 From 7755392b8817d91d74b1b9be17a8f355d2104344 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 27 Nov 2020 14:01:00 +0000 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1a583fa1..078eb7d90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: shell-action: carton bundle --product TokamakDemo macos_build: - runs-on: macos-11 + runs-on: macos-11.0 steps: - uses: actions/checkout@v2