Skip to content

Commit

Permalink
Updating linux action runners to latest version (ubuntu 24.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsch committed Jun 6, 2024
1 parent 33c4fc4 commit cbe28be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
codecov:
name: Code coverage

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

env:
BUILD_TYPE: RelWithDebInfo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
coverity:
name: Coverity scan

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

env:
BUILD_TYPE: RelWithDebInfo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
name: Linux build

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

env:
BUILD_TYPE: Release
Expand Down

0 comments on commit cbe28be

Please sign in to comment.