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 467f863 commit df0b4b6Copy full SHA for df0b4b6
.github/workflows/docs.yml
@@ -6,8 +6,11 @@ on:
6
7
jobs:
8
publish:
9
- runs-on: macOS-latest
+ runs-on: macOS-14
10
steps:
11
+ - uses: maxim-lobanov/setup-xcode@v1
12
+ with:
13
+ xcode-version: latest-stable
14
- uses: actions/checkout@v2
15
- name: Prepare
16
run: |
.github/workflows/publish.yml
publish_release:
0 commit comments