Skip to content

Commit c493eb0

Browse files
authored
Update macOS version and Xcode version in workflow
1 parent 1374f7a commit c493eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: macos-14
11+
runs-on: macos-26
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
steps:
1515
- uses: maxim-lobanov/[email protected]
1616
with:
17-
xcode-version: "16.0"
17+
xcode-version: "26.0"
1818
- uses: actions/checkout@v2
1919
with:
2020
submodules: true # Fetch Hugo themes (true OR recursive)

0 commit comments

Comments
 (0)