]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
github: start using ubuntu-24.04
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Tue, 4 Jun 2024 11:49:19 +0000 (13:49 +0200)
committerAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Wed, 26 Jun 2024 17:56:12 +0000 (19:56 +0200)
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
.github/workflows/build.yml
.github/workflows/cifuzz.yml
.github/workflows/commits.yml
.github/workflows/coverity.yml
.github/workflows/sanitizers.yml
.github/workflows/static-analysis.yml

index d2b67d8d6fb618b78dfd6e2c45d5dab4c29ce501..1f7062eb7cfc7272904454eb0adb78f9fda19c68 100644 (file)
@@ -15,6 +15,7 @@ jobs:
           - clang
         os:
           - ubuntu-22.04
+          - ubuntu-24.04
     runs-on: ${{ matrix.os }}
     steps:
       - name: Checkout code
index c43f3d9a45d8fd7c009028005dee4c27973f6a3b..f45597d61fbe79aafdb5c8bd82ef5c1eba8f0ad2 100644 (file)
@@ -13,7 +13,7 @@ permissions:
   contents: read
 jobs:
   Fuzzing:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     if: github.repository == 'lxc/lxc'
     strategy:
       fail-fast: false
index 5481a4ef07509754a2da3f5ca8d265b417d46f1d..7bc9c575d87a9b3e293f6ce88b2528d6cfcc9830 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     permissions:
       pull-requests: read  # for tim-actions/get-pr-commits to get list of commits from the PR
     name: Signed-off-by (DCO)
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     steps:
     - name: Get PR Commits
       id: 'get-pr-commits'
@@ -27,7 +27,7 @@ jobs:
     permissions:
       contents: none
     name: Branch target
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     steps:
     - name: Check branch target
       env:
index d73d9301a72d6f1e0d1aba346de40dc2bfa282c5..d58b5506875ec38ee4aace59a323d30783dd73f7 100644 (file)
@@ -8,7 +8,7 @@ permissions:
 
 jobs:
   test:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v4
index 1e607f2d9f84979fb8a4f272a6be7aa0de007f6f..651b1c469588393da0ee6ffa78470e9e68e093af 100644 (file)
@@ -13,7 +13,7 @@ jobs:
         compiler:
           - gcc
           - clang
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v4
index 773ae0c2aaec39b0d002dc9657d294ea914ce67c..c3c6bb59974c744348d30f349e21638175b953d8 100644 (file)
@@ -7,7 +7,7 @@ permissions:
 
 jobs:
   test:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v4