Skip to content

Commit 46fb83e

Browse files
committed
chore: Update workflow runners to ubuntu-24.04
ubuntu-20.04 runners are deprecated and will stop working entirely 2025-04-01. Signed-off-by: Matt Leon <[email protected]>
1 parent c4d7bb0 commit 46fb83e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/format.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
addlicense:
4242
name: verify licenses
4343

44-
runs-on: ubuntu-20.04
44+
runs-on: ubuntu-24.04
4545

4646
steps:
4747
- uses: actions/checkout@v2
@@ -61,7 +61,7 @@ jobs:
6161
buildifier:
6262
name: check format with buildifier
6363

64-
runs-on: ubuntu-20.04
64+
runs-on: ubuntu-24.04
6565

6666
steps:
6767
- uses: actions/checkout@v2
@@ -81,7 +81,7 @@ jobs:
8181
rules_rust:
8282
name: check format with rules_rust
8383

84-
runs-on: ubuntu-latest
84+
runs-on: ubuntu-24.04
8585

8686
steps:
8787
- uses: actions/checkout@v2
@@ -99,7 +99,7 @@ jobs:
9999
clang_format:
100100
name: check format with clang-format
101101

102-
runs-on: ubuntu-20.04
102+
runs-on: ubuntu-24.04
103103

104104
steps:
105105
- uses: actions/checkout@v2
@@ -115,7 +115,7 @@ jobs:
115115
clang_tidy:
116116
name: check format with clang-tidy
117117

118-
runs-on: ubuntu-20.04
118+
runs-on: ubuntu-24.04
119119

120120
steps:
121121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)