Skip to content

Commit

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

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

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

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

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

0 comments on commit 6e0ed20

Please sign in to comment.