Skip to content

Commit d8106a7

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
echo ::set-output name=matrix::${VERSIONSARRAY}
2424
build:
2525
needs: commontasks
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-latest
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
kernel_version: ${{fromJson(needs.commontasks.outputs.matrix)}}
31-
# kernel_version: [6.1-rc1]
30+
# kernel_version: ${{fromJson(needs.commontasks.outputs.matrix)}}
31+
kernel_version: [6.14-rc3]
3232
steps:
3333
- name: Download kernel packages
3434
run: |
@@ -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)