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 a19f04c commit a298f52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -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:
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 a298f52

Please sign in to comment.