Skip to content

Commit a602454

Browse files
committed
bump github runner version
We used to have latest here, but Olaf changed it to 20.04 so I bumped it to 24.04 rather than put it back to latest.
1 parent bab5825 commit a602454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
build:
1717
name: Build distribution
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
container:
2020
image: perldocker/perl-tester:5.34
2121
steps:
@@ -30,7 +30,7 @@ jobs:
3030
path: build_dir
3131
coverage-job:
3232
needs: build
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-24.04
3434
container:
3535
image: perldocker/perl-tester:5.34
3636
steps:

0 commit comments

Comments
 (0)