We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1374f7a commit c493eb0Copy full SHA for c493eb0
1 file changed
.github/workflows/Docs.yml
@@ -8,13 +8,13 @@ on:
8
9
jobs:
10
deploy:
11
- runs-on: macos-14
+ runs-on: macos-26
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
14
steps:
15
- uses: maxim-lobanov/setup-xcode@v1.1
16
with:
17
- xcode-version: "16.0"
+ xcode-version: "26.0"
18
- uses: actions/checkout@v2
19
20
submodules: true # Fetch Hugo themes (true OR recursive)
0 commit comments