Skip to content

Commit 34305fd

Browse files
authored
change to macos-15 to use xcode 16.4 (#23)
1 parent a3c828e commit 34305fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
build-docc:
2323
needs: build-jekyll
24-
runs-on: macos-14
24+
runs-on: macos-15
2525
timeout-minutes: 10
2626
permissions: read-all
2727
steps:
@@ -35,7 +35,7 @@ jobs:
3535
path: _site
3636

3737
- name: Select Xcode
38-
run: sudo xcode-select -s /Applications/Xcode_16.app
38+
run: sudo xcode-select -s /Applications/Xcode_16.4.app
3939

4040
- name: Generate DocC docs
4141
run: |
@@ -96,7 +96,7 @@ jobs:
9696
url: ${{ steps.deployment.outputs.page_url }}
9797

9898
# Specify runner + deployment step
99-
runs-on: macos-14
99+
runs-on: macos-15
100100
timeout-minutes: 5
101101
steps:
102102
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)