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 74e97d7 commit b56aa9bCopy full SHA for b56aa9b
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ on:
16
17
jobs:
18
build-mac:
19
- runs-on: macos-latest
+ runs-on: macos-12
20
steps:
21
- uses: actions/checkout@v2
22
- name: Build
@@ -29,7 +29,7 @@ jobs:
29
run: carthage build --no-skip-current --verbose --use-xcframeworks --platform macOS
30
31
build-ios:
32
33
34
35
0 commit comments