File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
# Abort if the code isn't formatted according to rustfmt standards from nightly.
11
11
fmt :
12
12
name : Rustfmt
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Cache cargo
@@ -34,11 +34,11 @@ jobs:
34
34
strategy :
35
35
matrix :
36
36
include :
37
- - os : ubuntu-22 .04
37
+ - os : ubuntu-24 .04
38
38
target : aarch64-linux-android # Android x64
39
- - os : ubuntu-22 .04
39
+ - os : ubuntu-24 .04
40
40
target : x86_64-unknown-linux-musl # Alpine Linux x86_64
41
- - os : ubuntu-22 .04
41
+ - os : ubuntu-24 .04
42
42
target : wasm32-unknown-unknown
43
43
features : --features wasm --no-default-features
44
44
- os : macos-13
47
47
target : x86_64-apple-darwin # 64-bit OSX
48
48
- os : macos-14
49
49
target : aarch64-apple-darwin # 64-bit M1 OSX
50
- - os : windows-2019
50
+ - os : windows-2025
51
51
target : x86_64-pc-windows-msvc
52
52
steps :
53
53
- uses : actions/checkout@v4
66
66
# Run the tests on only one architecture, against various Rust versions.
67
67
test :
68
68
name : Test Suite
69
- runs-on : ubuntu-22 .04
69
+ runs-on : ubuntu-24 .04
70
70
strategy :
71
71
matrix :
72
72
rust :
88
88
# Benchmark current and base revisions, if this is a PR.
89
89
bench :
90
90
name : Bench
91
- runs-on : ubuntu-22 .04
91
+ runs-on : ubuntu-24 .04
92
92
if : github.base_ref != ''
93
93
strategy :
94
94
matrix :
@@ -126,7 +126,7 @@ jobs:
126
126
needs :
127
127
- bench
128
128
name : Upload benchmark results
129
- runs-on : ubuntu-22 .04
129
+ runs-on : ubuntu-24 .04
130
130
steps :
131
131
- uses : actions/checkout@v4
132
132
- name : Cache cargo
You can’t perform that action at this time.
0 commit comments