Skip to content

Commit

Permalink
Update workflows to use Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo committed Oct 11, 2024
1 parent 8ad666a commit 399b0b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.0
xcode-version: 16.0

- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.0
xcode-version: 16.0
- uses: actions/checkout@v3

- name: "swift test"
Expand Down

0 comments on commit 399b0b6

Please sign in to comment.