]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: Stop using ubuntu-latest
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 6 Jan 2025 19:14:05 +0000 (13:14 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 27 Jan 2025 16:59:21 +0000 (10:59 -0600)
This generates a bunch of warnings in CI

ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details,
see https://github.com/actions/runner-images/issues/10636

Update to ubuntu 24.04 to catch any possible issues and stop using
ubuntu-latest.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/workflows/clang-format.yml
.github/workflows/codeql.yml
.github/workflows/codespell.yml
.github/workflows/coverage.yml
.github/workflows/main.yml

index f62891386f012f4d1f3904816a96dc0b6e45638f..ae3ea88239fbc9e7c9686084f77431af52d08e39 100644 (file)
@@ -9,7 +9,7 @@ permissions:
 
 jobs:
   stylecheck:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     steps:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
       - run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
index 299c8d04937947824b5dd8e8dbeb6bdbdbe7bf93..644c4947c4bd5b88e40f828defd987adbe2e730d 100644 (file)
@@ -19,7 +19,7 @@ permissions:
 jobs:
   analyze:
     name: Analyze
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     permissions:
       actions: read
       security-events: write
index a4c9378b8dad3780f2164e4a9aebe9da7d25e383..828cb0c2edc6669ea1db952c0c8c65554f097044 100644 (file)
@@ -15,7 +15,7 @@ permissions:
 
 jobs:
   spellcheck:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     steps:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
       - uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
index 546201e00f3dde938b42da726c2c0e4f014bdfd9..bc8d59346a4b70ccc446167186f9190de7907e31 100644 (file)
@@ -19,7 +19,7 @@ permissions:
 jobs:
   analyze:
     name: Analyze
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     strategy:
       fail-fast: false
       matrix:
index 4bd19d48abe9ee5f573f4daf5c96b8c0b5b8638f..08e3db00d4c9bc99873cc929f58e6d750239fc3b 100644 (file)
@@ -20,7 +20,7 @@ jobs:
   build:
     env:
       CC: ${{ matrix.compiler }}
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     strategy:
       fail-fast: false
       matrix: