Skip to content

Commit

Permalink
update xcode-select to Xcode 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pacu committed Oct 31, 2023
1 parent d2016cc commit d3f82c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
timeout-minutes: 1
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_14.3.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
- name: Build ZcashLightClientKit Swift Package
timeout-minutes: 15
run: swift build -v
Expand Down

0 comments on commit d3f82c1

Please sign in to comment.