Skip to content

Commit

Permalink
Switch to Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran committed Sep 30, 2024
1 parent f917e14 commit 2633cfb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: List Xcode Installations
run: sudo ls -1 /Applications | grep "Xcode"

- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
- name: Select Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer

- name: Change to Xcode Project Directory
run: cd Source/Marker\ Data
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_github_non-appcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: List Xcode Installations
run: sudo ls -1 /Applications | grep "Xcode"

- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
- name: Select Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer

- name: Change to Xcode Project Directory
run: cd Source/Marker\ Data
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: List Xcode Installations
run: sudo ls -1 /Applications | grep "Xcode"

- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
- name: Select Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer

- name: Change to Xcode Project Directory
run: cd Source/Marker\ Data
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_build_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: List Xcode Installations
run: sudo ls -1 /Applications | grep "Xcode"

- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
- name: Select Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer

- name: Change to Xcode Project Directory
run: cd Source/Marker\ Data
Expand Down

0 comments on commit 2633cfb

Please sign in to comment.