File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
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
57
57
58
58
- name : Setup path to libgccjit
59
59
run : |
60
+ sudo apt-get remove gcc-13-x86-64-linux-gnu
60
61
sudo dpkg --force-overwrite -i ${{ matrix.libgccjit_version.gcc }}
61
62
echo 'gcc-path = "/usr/lib/"' > config.toml
62
63
87
88
88
89
- name : Clean
89
90
run : |
90
- ./y.sh clean all
91
+ ./y.sh clean all
91
92
92
93
- name : Prepare dependencies
93
94
run : |
@@ -111,13 +112,13 @@ jobs:
111
112
cargo clippy --all-targets --features master -- -D warnings
112
113
113
114
duplicates :
114
- runs-on : ubuntu-latest
115
+ runs-on : ubuntu-24.04
115
116
steps :
116
117
- uses : actions/checkout@v3
117
118
- run : python tools/check_intrinsics_duplicates.py
118
119
119
120
build_system :
120
- runs-on : ubuntu-latest
121
+ runs-on : ubuntu-24.04
121
122
steps :
122
123
- uses : actions/checkout@v3
123
124
- 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 13
13
14
14
jobs :
15
15
build :
16
- runs-on : ubuntu-latest
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 13
13
14
14
jobs :
15
15
build :
16
- runs-on : ubuntu-latest
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