Skip to content

Commit

Permalink
Fix CI due to GH Actions regression (missing Firefox)
Browse files Browse the repository at this point in the history
GitHub has rolled out Ubuntu 22 as the new default
but this is still missing Firefox, causing the following
failure for all jobs:

> Starting browser FirefoxHeadless
> ERROR [launcher]: Cannot start FirefoxHeadless
> Can not find the binary `firefox`

Ref actions/runner-images#5490
  • Loading branch information
Krinkle authored Nov 24, 2022
1 parent 5216fba commit bc39f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
run:
name: Node ${{ matrix.node }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
fail-fast: false
Expand Down

0 comments on commit bc39f15

Please sign in to comment.