diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d5cd94..ff470f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: name: Add macOS binaries to release runs-on: macos-26 env: - XCODE_VERSION: ${{ '16.4' }} + XCODE_VERSION: ${{ '26.2' }} steps: - name: Select Xcode run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"