Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Android smoke test #1865

Closed
wants to merge 16 commits into from
Closed
2 changes: 1 addition & 1 deletion .github/workflows/android-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
run:
name: try-${{ inputs.try }}
runs-on: macos-latest
runs-on: macos-13
lucas-zimerman marked this conversation as resolved.
Show resolved Hide resolved
env:
ARTIFACTS_PATH: samples/IntegrationTest/test-artifacts/
HOMEBREW_NO_INSTALL_CLEANUP: 1
Expand Down
Loading