diff --git a/.github/actions/environment/action.yml b/.github/actions/environment/action.yml index b28b1a9a56..c8a35b1fab 100644 --- a/.github/actions/environment/action.yml +++ b/.github/actions/environment/action.yml @@ -48,7 +48,7 @@ runs: - name: Pin the Xcode Version if: runner.os == 'macOS' shell: bash - run: sudo xcode-select --switch /Applications/Xcode_26.2.app + run: sudo xcode-select --switch /Applications/Xcode_26.3.app # Java 21 is needed by .NET Android - name: Install Java 21 diff --git a/global.json b/global.json index edcd540fee..a3c9a29383 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "10.0.201", - "workloadVersion": "10.0.201", + "version": "10.0.202", + "workloadVersion": "10.0.202", "rollForward": "disable", "allowPrerelease": false }