1
0
mirror of https://github.com/Mange/rtl8192eu-linux-driver synced 2025-03-31 04:13:35 +00:00

Bump github actions to ubuntu 24

Allow to use GCC 14
This commit is contained in:
Carlos Garcés 2025-02-23 20:48:37 +00:00
parent 0d60c5e46a
commit 1dab98d4d3

@ -23,7 +23,7 @@ jobs:
echo ::set-output name=matrix::${VERSIONSARRAY}
build:
needs: commontasks
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
@ -45,8 +45,8 @@ jobs:
run: sudo dpkg --force-all -i *.deb
- name: update GCC
run: |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12
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
- uses: actions/checkout@v2
- name: build kernel ${{ matrix.kernel_version }}
run: make KVER=$KVER CC=cc