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 87fcfd1 commit 4fc27b8Copy full SHA for 4fc27b8
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
- uses: maxim-lobanov/setup-xcode@v1
18
with:
19
- xcode-version: '16.0'
+ xcode-version: latest-stable
20
- name: Build all platforms
21
run: bash scripts/build.sh ${{ github.event.repository.name }}
22
- name: Test iOS
.github/workflows/docc.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Select Xcode version
35
uses: maxim-lobanov/setup-xcode@v1
36
37
38
- name: Build DocC
39
run: bash scripts/docc.sh ${{ github.event.repository.name }}
40
- name: Upload artifact
0 commit comments