From b7c416ad93b57550edd4e1ede9b36b9a0130f4d2 Mon Sep 17 00:00:00 2001 From: David Britch Date: Tue, 26 Nov 2024 13:45:43 +0000 Subject: [PATCH] Bump xcode. --- .github/workflows/build-all.yml | 2 +- .github/workflows/build-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 65ae7932d..7eb1ce736 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -26,7 +26,7 @@ jobs: # if: runner.os == 'macOS' # reenable when .NET 8 is default on hosted runners - name: Select Xcode Version - run: sudo xcode-select -s /Applications/Xcode_16.app + run: sudo xcode-select -s /Applications/Xcode_16.1.app if: runner.os == 'macOS' - name: Find and build all C# projects diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 3120e8da0..b0b9b0fb4 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -30,7 +30,7 @@ jobs: # if: runner.os == 'macOS' # reenable when .NET 8 is default on hosted runners - name: Select Xcode Version - run: sudo xcode-select -s /Applications/Xcode_16.app + run: sudo xcode-select -s /Applications/Xcode_16.1.app if: runner.os == 'macOS' - name: Find and build changed projects