Skip to content

Commit 73480ac

Browse files
committed
Update workflows to use Xcode 16
1 parent 307d45e commit 73480ac

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
runs-on: macOS-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
- uses: maxim-lobanov/setup-xcode@v1
13+
with:
14+
xcode-version: '16.0.0'
1215
- name: Prepare
1316
run: |
1417
bundle update --bundler

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
runs-on: macOS-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
- uses: maxim-lobanov/setup-xcode@v1
13+
with:
14+
xcode-version: '16.0.0'
1215
- name: Prepare
1316
run: |
1417
bundle update --bundler

0 commit comments

Comments
 (0)