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
msaps committed Sep 10, 2024
1 parent 307d45e commit 73480ac
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 @@ -9,6 +9,9 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.0.0'
- name: Prepare
run: |
bundle update --bundler
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.0.0'
- name: Prepare
run: |
bundle update --bundler
Expand Down

0 comments on commit 73480ac

Please sign in to comment.