Skip to content

Commit d9afe95

Browse files
committed
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
1 parent 35e2895 commit d9afe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- run: bazel build :all
117117
- run: bazel test :chromobius_test
118118
build_clang:
119-
runs-on: ubuntu-20.04
119+
runs-on: 'ubuntu-24.04'
120120
steps:
121121
- uses: actions/checkout@v3
122122
- run: |

0 commit comments

Comments
 (0)