We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d60c5e commit 1dab98dCopy full SHA for 1dab98d
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
echo ::set-output name=matrix::${VERSIONSARRAY}
24
build:
25
needs: commontasks
26
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
27
strategy:
28
fail-fast: false
29
matrix:
@@ -45,8 +45,8 @@ jobs:
45
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
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 14
+ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 14
50
- uses: actions/checkout@v2
51
- name: build kernel ${{ matrix.kernel_version }}
52
run: make KVER=$KVER CC=cc
0 commit comments