Skip to content

Commit d2afd42

Browse files
authored
Remove macos-11 runner (#302)
1 parent 625dc9e commit d2afd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [macos-11, macos-12]
17+
os: [macos-12]
1818
podspec: [GoogleSignIn.podspec, GoogleSignInSwiftSupport.podspec]
1919
flag: [
2020
"",
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
os: [macos-11, macos-12]
43+
os: [macos-12]
4444
sdk: ['macosx', 'iphonesimulator']
4545
include:
4646
- sdk: 'macosx'

0 commit comments

Comments
 (0)