From 430271841e78a7166b3f7b2ede60a2c404f1073b Mon Sep 17 00:00:00 2001 From: Alex Deem Date: Thu, 22 Aug 2024 18:22:52 +1000 Subject: [PATCH] Use Xcode 16.1 beta on CI Github latest runner has removed 16.0 beta --- .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 4245cc0..3e695ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer steps: - uses: actions/checkout@v4 with: