Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 7a77163 commit 4f2fe86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f2fe86

Please sign in to comment.