Skip to content

Commit 15615e3

Browse files
committed
Bump to ubuntu 24
1 parent 0d60c5e commit 15615e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
commontasks:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88
outputs:
99
matrix: ${{ steps.set-matrix.outputs.matrix }}
1010
steps:
@@ -43,10 +43,10 @@ jobs:
4343
echo "KVER=$(echo $ALL_DEB | cut -d '_' -f 2 | rev | cut -c14- | rev)-generic" >> $GITHUB_ENV
4444
- name: install deb packages
4545
run: sudo dpkg --force-all -i *.deb
46-
- name: update GCC
47-
run: |
48-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12
49-
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 12
46+
# - name: update GCC
47+
# run: |
48+
# sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12
49+
# sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 12
5050
- uses: actions/checkout@v2
5151
- name: build kernel ${{ matrix.kernel_version }}
5252
run: make KVER=$KVER CC=cc

0 commit comments

Comments
 (0)