From 488ce51453f6e6dafed85d856cbc26023c1f4353 Mon Sep 17 00:00:00 2001 From: OJ Kwon <1210596+kwonoj@users.noreply.github.com> Date: Mon, 5 Dec 2022 22:46:21 -0800 Subject: [PATCH] ci(actions): pin prod-test action image --- .github/workflows/build_test_deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 917d65de05b192f..1b490aa55365757 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -617,7 +617,7 @@ jobs: testFirefox: name: Test Firefox (production) - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: [build, build-native-test] timeout-minutes: 10 env: @@ -652,7 +652,7 @@ jobs: testSafari: name: Test Safari (production) - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: [build, build-native-test] timeout-minutes: 15 env: @@ -745,7 +745,7 @@ jobs: testFirefoxNode18: name: Test Firefox Node.js 18 - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 needs: [build, testFirefox, build-native-test] timeout-minutes: 10 env: @@ -1022,7 +1022,7 @@ jobs: test-wasm: name: Test the wasm build - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 timeout-minutes: 15 needs: [build, build-native-test, build-wasm-dev]