Skip to content

Commit

Permalink
Update release to build with Xcode 13.2.1 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron authored Nov 18, 2022
1 parent 96e589e commit 80897ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 80897ba

Please sign in to comment.