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 8, 2024
1 parent 3f36fc5 commit ce0953c
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 @@ -119,7 +119,7 @@ jobs:
${{ env.CMAKE_INSTALL_PREFIX }}/bin
${{ env.CMAKE_INSTALL_PREFIX }}/share/DashboardOpcUaClient
docker:
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 compaire against "== 'true'" (not "== true")
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
python -m unittest discover test_mqtt_sampleserver
release:
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 @@ -24,7 +24,7 @@ on:
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 @@ -27,7 +27,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 @@ -57,7 +57,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 ce0953c

Please sign in to comment.