Skip to content

Commit e77aa55

Browse files
authored
Update gha.yml
1 parent bc8bdb5 commit e77aa55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
tags:
1010
- '*'
1111
jobs:
12-
macos:
12+
macos-11:
1313
runs-on: ${{matrix.OS}}
1414
strategy:
1515
fail-fast: false
@@ -37,7 +37,7 @@ jobs:
3737
CONFIGURATION="Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES"
3838
xcodebuild -workspace Example/ZipArchiveExample.xcworkspace -scheme $SCHEME -sdk $SDK -destination "$DESTINATION" -configuration $CONFIGURATION $USEMODERNBUILDSYSTEM test
3939
40-
macos-old:
40+
macos-12:
4141
runs-on: ${{matrix.OS}}
4242
strategy:
4343
fail-fast: false

0 commit comments

Comments
 (0)