Skip to content

Commit

Permalink
fixup! select xcode ver
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Jun 5, 2024
1 parent f14013b commit 78c1738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Configure default Xcode
run: |
sudo xcode-select -s /Applications/Xcode_${XCODE_VERSION}.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-ver }}.app/Contents/Developer
- name: Fetch dependencies
run: cargo fetch --locked
Expand Down

0 comments on commit 78c1738

Please sign in to comment.