Skip to content

Commit 013ca04

Browse files
authored
Fix documentation GitHub workflow (#3601)
We need to bump macOS and Xcode versions.
1 parent 6357088 commit 013ca04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ concurrency:
1717

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

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

0 commit comments

Comments
 (0)