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 2861368 commit b945c69Copy full SHA for b945c69
.github/workflows/builds.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- os: [macos-latest, macos-10.15]
+ os: [macos-11, macos-12]
14
15
steps:
16
- uses: actions/checkout@v2
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
17
18
19
20
podspec: [GoogleSignIn.podspec, GoogleSignInSwiftSupport.podspec]
21
flag: [
22
"",
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
sdk: ['macosx', 'iphonesimulator']
47
include:
48
- sdk: 'macosx'
0 commit comments