Skip to content

Commit 7d2e8e4

Browse files
authored
Upgrade workflow images from Ubuntu 22.04 to 24.04 (#1015)
1 parent d0d7e5d commit 7d2e8e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/format-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
format:
99
name: "Format C++ code"
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
if: github.event.issue.pull_request != '' && (contains(github.event.comment.body, '/format') || contains(github.event.comment.body, '/clang-format'))
1212
steps:
1313
- name: "Checkout code"

.github/workflows/hello-world.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
hello-world-fails:
2121
name: Hello World Fails
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
steps:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2525
- name: Check Hello World Fails

0 commit comments

Comments
 (0)