Skip to content

Commit

Permalink
Ubuntu 24.04 is now ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz committed Oct 6, 2024
1 parent 632e1e9 commit 356e87f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang_analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions: {}
jobs:
clang:
name: Clang Analyzer
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
timeout-minutes: 30
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: {}
jobs:
tidy:
name: Clang-Tidy
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
timeout-minutes: 60
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions: {}
jobs:
style:
name: Code style check
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions: {}
jobs:
iwyu:
name: IWYU
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
timeout-minutes: 30
defaults:
run:
Expand Down

0 comments on commit 356e87f

Please sign in to comment.