Skip to content

Commit 62e697f

Browse files
committed
Run web tests on 20.04
This is necessary to get Firefox to work. Signed-off-by: Joe Richey <joerichey@google.com>
1 parent b04bd03 commit 62e697f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ jobs:
187187
fail-fast: false
188188
matrix:
189189
include:
190-
- os: ubuntu-22.04
190+
# Firefox isn't available on 22.04 yet, so we must use 20.04
191+
- os: ubuntu-20.04
191192
host: x86_64-unknown-linux-musl
192193
- os: windows-2022
193194
host: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)