Skip to content

Commit

Permalink
show me what you've got
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Sep 27, 2024
1 parent 5446136 commit f41b2ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
if: github.ref_name != 'main' && !startsWith(github.ref_name, 'release/')
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # Tag: 0.12.1

- name: Check Xcode version
run: xcodebuild -version

- name: Set Xcode version to 16
run: sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer

- name: Check Xcode version
run: xcodebuild -version

# We only use Xcode 15.4
- name: Remove unused applications
Expand Down

0 comments on commit f41b2ac

Please sign in to comment.