We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b4886 commit 8d8a882Copy full SHA for 8d8a882
.github/workflows/tests.yml
@@ -193,8 +193,7 @@ jobs:
193
fail-fast: false
194
matrix:
195
include:
196
- # Firefox isn't available on 22.04 yet, so we must use 20.04
197
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
198
host: x86_64-unknown-linux-musl
199
- os: windows-2022
200
host: x86_64-pc-windows-msvc
@@ -300,7 +299,7 @@ jobs:
300
299
aarch64-apple-tvos,
301
]
302
303
- # Supported tier 3 targets without libstd support
+ # Supported tier 3 targets with libstd support
304
- target: x86_64-unknown-openbsd
305
features: ["std"]
306
- target: x86_64-unknown-dragonfly
0 commit comments