File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [pull_request]
44
55jobs :
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
You can’t perform that action at this time.
0 commit comments