File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- # Use the Ubuntu Focal (20.04) environment, which uses PA v13.99.1
24
- os : [ubuntu-22.04]
23
+ os : [ubuntu-latest]
25
24
rustc :
26
25
- 1.70.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
27
26
- stable
@@ -34,13 +33,13 @@ jobs:
34
33
skip-glib-crate : [false]
35
34
include :
36
35
# Nightly test - must be allowed to fail
37
- - os : ubuntu-22.04
36
+ - os : ubuntu-latest
38
37
rustc : nightly
39
38
experimental : true
40
39
skip-unit-tests : false
41
40
skip-glib-crate : false
42
41
# Minimal MSRV test - Our actual MSRV, excluding glib crate (often needs newer version)
43
- - os : ubuntu-22.04
42
+ - os : ubuntu-latest
44
43
rustc : 1.56.0
45
44
experimental : false
46
45
skip-unit-tests : true
You can’t perform that action at this time.
0 commit comments