From: Alexander Mikhalitsyn Date: Tue, 4 Jun 2024 11:49:19 +0000 (+0200) Subject: github: start using ubuntu-24.04 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdba5efee68f20322984471173057c107e6db530;p=thirdparty%2Flxc.git github: start using ubuntu-24.04 Signed-off-by: Alexander Mikhalitsyn --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2b67d8d6..1f7062eb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,7 @@ jobs: - clang os: - ubuntu-22.04 + - ubuntu-24.04 runs-on: ${{ matrix.os }} steps: - name: Checkout code diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index c43f3d9a4..f45597d61 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -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 diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 5481a4ef0..7bc9c575d 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -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: diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index d73d9301a..d58b55068 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -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 diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index 1e607f2d9..651b1c469 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -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 diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 773ae0c2a..c3c6bb599 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -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