diff --git a/.github/workflows/compile-macos.yml b/.github/workflows/compile-macos.yml index e7b778e8..57d989d9 100644 --- a/.github/workflows/compile-macos.yml +++ b/.github/workflows/compile-macos.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.4' + xcode-version: '16.1' - name: Setup .NET uses: actions/setup-dotnet@v4 @@ -57,7 +57,7 @@ jobs: - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.4' + xcode-version: '16.1' - name: Setup .NET uses: actions/setup-dotnet@v4 @@ -94,7 +94,7 @@ jobs: - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.4' + xcode-version: '16.1' - name: Setup .NET uses: actions/setup-dotnet@v4