From 99753f116f9826110bfff6095580ca11c4bd5a6b 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 917d65de05b192f..9fd2952c873f4d2 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: