Skip to content

Commit aa9857b

Browse files
Update xcode and macos version (#231)
1 parent 192b955 commit aa9857b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_publish_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ permissions:
1010

1111
jobs:
1212
build-and-publish-docs:
13-
runs-on: macos-14
13+
runs-on: macos-15
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18-
- name: Setup Xcode 15.3
18+
- name: Setup Xcode
1919
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
2020
with:
21-
xcode-version: 15.3
21+
xcode-version: '16.2.0'
2222

2323
- name: Build docs
2424
run: |

0 commit comments

Comments
 (0)