Skip to content

Commit

Permalink
Select Xcode version 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernson committed May 13, 2024
1 parent 827f59f commit e6b7223
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Select Xcode version
run: sudo xcode-select --switch /Applications/Xcode_15.3.app

- name: Cache Swift Package Manager dependencies
uses: actions/cache@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Select Xcode version
run: sudo xcode-select --switch /Applications/Xcode_15.3.app

- name: Cache Swift Package Manager dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit e6b7223

Please # to comment.