Skip to content

Commit a5c01de

Browse files
committed
Fix runner name in build-and-test
1 parent 75f373d commit a5c01de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
path: build_dir
2929
coverage-job:
3030
needs: build
31-
runs-on: ubuntu-2.04
31+
runs-on: ubuntu-24.04
3232
container:
3333
image: perldocker/perl-tester:5.34
3434
steps:

0 commit comments

Comments
 (0)