From 62e697f9ca2d11dedd1fd5f09907622e7c9f7017 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Sun, 30 Oct 2022 21:14:51 -0700 Subject: [PATCH] Run web tests on 20.04 This is necessary to get Firefox to work. Signed-off-by: Joe Richey --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 27ec669..63767e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -187,7 +187,8 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-22.04 + # Firefox isn't available on 22.04 yet, so we must use 20.04 + - os: ubuntu-20.04 host: x86_64-unknown-linux-musl - os: windows-2022 host: x86_64-pc-windows-msvc