Skip to content

Commit df0b4b6

Browse files
committed
Update all workflows to use Xcode 15
1 parent 467f863 commit df0b4b6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ on:
66

77
jobs:
88
publish:
9-
runs-on: macOS-latest
9+
runs-on: macOS-14
1010
steps:
11+
- uses: maxim-lobanov/setup-xcode@v1
12+
with:
13+
xcode-version: latest-stable
1114
- uses: actions/checkout@v2
1215
- name: Prepare
1316
run: |

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ on:
66

77
jobs:
88
publish_release:
9-
runs-on: macOS-latest
9+
runs-on: macOS-14
1010
steps:
11+
- uses: maxim-lobanov/setup-xcode@v1
12+
with:
13+
xcode-version: latest-stable
1114
- uses: actions/checkout@v2
1215
- name: Prepare
1316
run: |

0 commit comments

Comments
 (0)