Skip to content

Commit b945c69

Browse files
authored
Update macos runners to explicitly use 11 and 12 (#188)
1 parent 2861368 commit b945c69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [macos-latest, macos-10.15]
13+
os: [macos-11, macos-12]
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [macos-latest, macos-10.15]
19+
os: [macos-11, macos-12]
2020
podspec: [GoogleSignIn.podspec, GoogleSignInSwiftSupport.podspec]
2121
flag: [
2222
"",
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
os: [macos-latest, macos-10.15]
45+
os: [macos-11, macos-12]
4646
sdk: ['macosx', 'iphonesimulator']
4747
include:
4848
- sdk: 'macosx'

0 commit comments

Comments
 (0)