Skip to content

Commit 00cd6aa

Browse files
authored
Update documentation.yml
1 parent e98d09b commit 00cd6aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ concurrency:
1717

1818
jobs:
1919
build:
20-
runs-on: macos-13
20+
runs-on: macos-14
2121
steps:
22-
- name: Select Xcode 15.1
23-
run: sudo xcode-select -s /Applications/Xcode_15.1.app
22+
- name: Select Xcode 16.0
23+
run: sudo xcode-select -s /Applications/Xcode_16.0.app
2424

2525
- name: Checkout Package
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)