From 67292540b2e2754b7040584c87ea61615e4b55eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:17:35 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/build.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/linter.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65bd2593..d208a913 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,7 @@ jobs: docker: permissions: packages: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: # Check if this is not a pull request and GITHUB_TOKEN is set # As all env variables are strings, you need to compare @@ -185,7 +185,7 @@ jobs: release: permissions: contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [build-linux, build-windows] if: startsWith(github.ref, 'refs/tags/') steps: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 93756ed7..683d4df5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ permissions: read-all jobs: analyze: name: Analyze - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: CMAKE_INSTALL_PREFIX: ${{ github.workspace }}/install permissions: diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1d928810..30d2e374 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -29,7 +29,7 @@ jobs: # Name the Job name: Lint Code Base (super-linter) # Set the agent to run on - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 ################## # Load all steps # @@ -61,7 +61,7 @@ jobs: # CMake Format cmake-format-linter: name: Lint Code Base (cmake-format-lint) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Format CMake files