From 8d8a882eb61330efe45d085ef62c4e6ae8f601b4 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Wed, 8 Feb 2023 17:12:14 -0800 Subject: [PATCH] Move Web Tests to Ubuntu 22.04 Signed-off-by: Joe Richey --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9baf453..79ea631 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -193,8 +193,7 @@ jobs: fail-fast: false matrix: include: - # Firefox isn't available on 22.04 yet, so we must use 20.04 - - os: ubuntu-20.04 + - os: ubuntu-22.04 host: x86_64-unknown-linux-musl - os: windows-2022 host: x86_64-pc-windows-msvc @@ -300,7 +299,7 @@ jobs: aarch64-apple-tvos, ] include: - # Supported tier 3 targets without libstd support + # Supported tier 3 targets with libstd support - target: x86_64-unknown-openbsd features: ["std"] - target: x86_64-unknown-dragonfly