File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
build :
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
18
18
strategy :
19
19
fail-fast : false
@@ -108,13 +108,13 @@ jobs:
108
108
cargo clippy --all-targets --features master -- -D warnings
109
109
110
110
duplicates :
111
- runs-on : ubuntu-latest
111
+ runs-on : ubuntu-24.04
112
112
steps :
113
113
- uses : actions/checkout@v4
114
114
- run : python tools/check_intrinsics_duplicates.py
115
115
116
116
build_system :
117
- runs-on : ubuntu-latest
117
+ runs-on : ubuntu-24.04
118
118
steps :
119
119
- uses : actions/checkout@v4
120
120
- name : Test build system
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
build :
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
18
18
strategy :
19
19
fail-fast : false
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
build :
20
- runs-on : ubuntu-22 .04
20
+ runs-on : ubuntu-24 .04
21
21
22
22
strategy :
23
23
fail-fast : false
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
build :
20
- runs-on : ubuntu-22 .04
20
+ runs-on : ubuntu-24 .04
21
21
22
22
strategy :
23
23
fail-fast : false
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
build :
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
18
18
strategy :
19
19
fail-fast : false
You can’t perform that action at this time.
0 commit comments