From 6cd662bf7ddaae8adc97c30fdeafb9fc8ef8c784 Mon Sep 17 00:00:00 2001 From: Bartosz Polaczyk Date: Wed, 8 Dec 2021 18:39:18 +0100 Subject: [PATCH] Switch to Xcode 13.1 for releases --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 64ea809..68709ac 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.4' }} + XCODE_VERSION: ${{ '13.1' }} steps: - name: Select Xcode run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"