Skip to content

Commit 44577ec

Browse files
billnapiergoogle-admin
authored andcommitted
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
1 parent 80ddc09 commit 44577ec

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
@@ -261,7 +261,7 @@ jobs:
261261
- run: bazel build :all
262262
- run: bazel test :stim_test
263263
build_clang:
264-
runs-on: ubuntu-20.04
264+
runs-on: 'ubuntu-24.04'
265265
steps:
266266
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
267267
- run: |

0 commit comments

Comments
 (0)