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 bc8bdb5 commit e77aa55Copy full SHA for e77aa55
.github/workflows/gha.yml
@@ -9,7 +9,7 @@ on:
9
tags:
10
- '*'
11
jobs:
12
- macos:
+ macos-11:
13
runs-on: ${{matrix.OS}}
14
strategy:
15
fail-fast: false
@@ -37,7 +37,7 @@ jobs:
37
CONFIGURATION="Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES"
38
xcodebuild -workspace Example/ZipArchiveExample.xcworkspace -scheme $SCHEME -sdk $SDK -destination "$DESTINATION" -configuration $CONFIGURATION $USEMODERNBUILDSYSTEM test
39
40
- macos-old:
+ macos-12:
41
42
43
0 commit comments