Skip to content

Commit 2773064

Browse files
committed
Hardcoded integration tests to run on Xcode 16.4 on macos-15, due to breaking changes to macos image.
1 parent 2dff854 commit 2773064

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fi
4848
4949
swift-button-functional-test:
50-
runs-on: macos-latest
50+
runs-on: macos-15
5151
needs: check-pr-body-for-key
5252
# Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner.
5353
if: ${{ needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes' && !github.event.pull_request.head.repo.fork }}
@@ -57,6 +57,8 @@ jobs:
5757
steps:
5858
- name: Checkout
5959
uses: actions/checkout@v3
60+
- name: Select Xcode
61+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
6062
- name: Build test target for Google Sign-in button for Swift
6163
run: |
6264
xcodebuild \

0 commit comments

Comments
 (0)