Skip to content

Commit dbce13d

Browse files
committed
ci: bump to latest ubuntu version
just because.
1 parent cce6fd8 commit dbce13d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
# Use the Ubuntu Focal (20.04) environment, which uses PA v13.99.1
24-
os: [ubuntu-20.04]
24+
os: [ubuntu-22.04]
2525
rustc:
2626
- 1.63.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
2727
- stable
@@ -34,13 +34,13 @@ jobs:
3434
skip-glib-crate: [false]
3535
include:
3636
# Nightly test - must be allowed to fail
37-
- os: ubuntu-20.04
37+
- os: ubuntu-22.04
3838
rustc: nightly
3939
experimental: true
4040
skip-unit-tests: false
4141
skip-glib-crate: false
4242
# Minimal MSRV test - Our actual MSRV, excluding glib crate (often needs newer version)
43-
- os: ubuntu-20.04
43+
- os: ubuntu-22.04
4444
rustc: 1.56.0
4545
experimental: false
4646
skip-unit-tests: true

0 commit comments

Comments
 (0)