Skip to content

Commit 7df08f0

Browse files
committed
bump github runner
1 parent 8919907 commit 7df08f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build-job:
1515
name: Build distribution
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
container:
1818
image: perldocker/perl-tester:5.34
1919
steps:

.github/workflows/test-dependents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-and-test-job:
99
name: Build distribution
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
container:
1212
image: perldocker/perl-tester:5.36
1313
steps:

0 commit comments

Comments
 (0)