Skip to content

Commit 95314f5

Browse files
committed
Update Ubuntu version in the CI
1 parent d3cfb72 commit 95314f5

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
strategy:
1919
fail-fast: false
@@ -57,6 +57,7 @@ jobs:
5757

5858
- name: Setup path to libgccjit
5959
run: |
60+
sudo apt-get remove gcc-13
6061
sudo dpkg --force-overwrite -i ${{ matrix.libgccjit_version.gcc }}
6162
echo 'gcc-path = "/usr/lib/"' > config.toml
6263
@@ -87,7 +88,7 @@ jobs:
8788
8889
- name: Clean
8990
run: |
90-
./y.sh clean all
91+
./y.sh clean all
9192
9293
- name: Prepare dependencies
9394
run: |
@@ -111,13 +112,13 @@ jobs:
111112
cargo clippy --all-targets --features master -- -D warnings
112113
113114
duplicates:
114-
runs-on: ubuntu-latest
115+
runs-on: ubuntu-24.04
115116
steps:
116117
- uses: actions/checkout@v3
117118
- run: python tools/check_intrinsics_duplicates.py
118119

119120
build_system:
120-
runs-on: ubuntu-latest
121+
runs-on: ubuntu-24.04
121122
steps:
122123
- uses: actions/checkout@v3
123124
- name: Test build system

.github/workflows/failures.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
strategy:
1919
fail-fast: false

.github/workflows/m68k.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121

2222
strategy:
2323
fail-fast: false

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717

1818
strategy:
1919
fail-fast: false

.github/workflows/stdarch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717

1818
strategy:
1919
fail-fast: false

0 commit comments

Comments
 (0)