diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index edf927c..3665f55 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,7 +8,7 @@ jobs: name: Add macOS binaries to release runs-on: macOS-latest env: - XCODE_VERSION: ${{ '12.5' }} + XCODE_VERSION: ${{ '13.2.1' }} steps: - name: Select Xcode run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"