We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dff854 commit 2773064Copy full SHA for 2773064
1 file changed
.github/workflows/integration_tests.yml
@@ -47,7 +47,7 @@ jobs:
47
fi
48
49
swift-button-functional-test:
50
- runs-on: macos-latest
+ runs-on: macos-15
51
needs: check-pr-body-for-key
52
# Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner.
53
if: ${{ needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes' && !github.event.pull_request.head.repo.fork }}
@@ -57,6 +57,8 @@ jobs:
57
steps:
58
- name: Checkout
59
uses: actions/checkout@v3
60
+ - name: Select Xcode
61
+ run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
62
- name: Build test target for Google Sign-in button for Swift
63
run: |
64
xcodebuild \
0 commit comments