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