Skip to content

Commit

Permalink
[ci] Use Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo committed Sep 27, 2024
1 parent 6e9a147 commit c42f9af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-royalvncdemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Select Xcode
run: sudo xcode-select --switch /Applications/Xcode_16.0.app

- name: Get Xcode Version
run: xcodebuild -version
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-royalvnciosdemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Select Xcode
run: sudo xcode-select --switch /Applications/Xcode_16.0.app

- name: Get Xcode Version
run: xcodebuild -version
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-royalvncobjcdemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Select Xcode
run: sudo xcode-select --switch /Applications/Xcode_16.0.app

- name: Get Xcode Version
run: xcodebuild -version
Expand Down

0 comments on commit c42f9af

Please sign in to comment.