Skip to content

Commit 8d8a882

Browse files
committed
Move Web Tests to Ubuntu 22.04
Signed-off-by: Joe Richey <[email protected]>
1 parent a2b4886 commit 8d8a882

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ jobs:
193193
fail-fast: false
194194
matrix:
195195
include:
196-
# Firefox isn't available on 22.04 yet, so we must use 20.04
197-
- os: ubuntu-20.04
196+
- os: ubuntu-22.04
198197
host: x86_64-unknown-linux-musl
199198
- os: windows-2022
200199
host: x86_64-pc-windows-msvc
@@ -300,7 +299,7 @@ jobs:
300299
aarch64-apple-tvos,
301300
]
302301
include:
303-
# Supported tier 3 targets without libstd support
302+
# Supported tier 3 targets with libstd support
304303
- target: x86_64-unknown-openbsd
305304
features: ["std"]
306305
- target: x86_64-unknown-dragonfly

0 commit comments

Comments
 (0)