Skip to content

Commit fa8bd49

Browse files
committed
ci: switch to latest ubuntu
1 parent a2874e6 commit fa8bd49

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
# Use the Ubuntu Focal (20.04) environment, which uses PA v13.99.1
24-
os: [ubuntu-22.04]
23+
os: [ubuntu-latest]
2524
rustc:
2625
- 1.70.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
2726
- stable
@@ -34,13 +33,13 @@ jobs:
3433
skip-glib-crate: [false]
3534
include:
3635
# Nightly test - must be allowed to fail
37-
- os: ubuntu-22.04
36+
- os: ubuntu-latest
3837
rustc: nightly
3938
experimental: true
4039
skip-unit-tests: false
4140
skip-glib-crate: false
4241
# Minimal MSRV test - Our actual MSRV, excluding glib crate (often needs newer version)
43-
- os: ubuntu-22.04
42+
- os: ubuntu-latest
4443
rustc: 1.56.0
4544
experimental: false
4645
skip-unit-tests: true

0 commit comments

Comments
 (0)