Skip to content

Commit 641e7bb

Browse files
committed
bump github runner
1 parent 943b0f4 commit 641e7bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
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-latest
1717
container:
1818
image: perldocker/perl-tester:5.36
1919
steps:
@@ -31,7 +31,7 @@ jobs:
3131
path: build_dir
3232
coverage-job:
3333
needs: build-job
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-latest
3535
container:
3636
image: perldocker/perl-tester:5.36
3737
steps:
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: true
7474
matrix:
75-
os: [ubuntu-20.04]
75+
os: [ubuntu-latest]
7676
perl-version:
7777
- "5.8"
7878
- "5.10"

0 commit comments

Comments
 (0)