Skip to content

Commit

Permalink
ci(actions): pin prod-test action image
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 6, 2022
1 parent cbf87e1 commit 82df8ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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]

Expand Down

0 comments on commit 82df8ee

Please sign in to comment.