Skip to content

Commit 4e2fa33

Browse files
committed
Hardcoded unit tests to run on Xcode 16.4 on macos-15, due to breaking changes to macos image.
1 parent 6783884 commit 4e2fa33

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 4 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-13]
17+
os: [macos-latest]
1818
podspec: [GoogleSignIn.podspec, GoogleSignInSwiftSupport.podspec]
1919
flag: [
2020
"",
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [macos-latest]
42+
os: [macos-15]
4343
sdk: ['macosx', 'iphonesimulator']
4444
include:
4545
- sdk: 'macosx'
@@ -48,6 +48,8 @@ jobs:
4848
destination: '"generic/platform=iOS Simulator"'
4949
steps:
5050
- uses: actions/checkout@v3
51+
- name: Select Xcode
52+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
5153
- name: Build unit test target
5254
run: |
5355
xcodebuild \

0 commit comments

Comments
 (0)