From 15d7b592d7c5985eb89b9538dd72b2e8c44fb7b7 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Sun, 7 Apr 2024 21:54:49 -0700 Subject: [PATCH] Try fix XCode version --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9319d5ec5e..b91bb6bfcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,9 +54,10 @@ jobs: runs-on: macos-latest timeout-minutes: 30 steps: - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '15.1' + - name: Print environment variables + run: env + - name: Set XCode version 15.1 + run: sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer - uses: actions/checkout@v3 - name: 'Cache: .nuke/temp, ~/.nuget/packages' uses: actions/cache@v3