diff --git a/.github/workflows/pr-sample-connected-checks.yml b/.github/workflows/pr-sample-connected-checks.yml index 463fd66d1..4a0b4d120 100644 --- a/.github/workflows/pr-sample-connected-checks.yml +++ b/.github/workflows/pr-sample-connected-checks.yml @@ -2,7 +2,7 @@ name: sample-connected-checks on: [ pull_request ] jobs: integration-test: - runs-on: macOS-10.15 + runs-on: macOS-latest strategy: fail-fast: false matrix: @@ -26,4 +26,4 @@ jobs: cmdOptions: -no-snapshot-save -noaudio -no-boot-anim -cores 2 -memory 3072 -no-window -gpu swiftshader_indirect api: ${{ matrix.api }} tag: google_apis - abi: ${{ matrix.abi }} \ No newline at end of file + abi: ${{ matrix.abi }}