Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dzil-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build-job:
name: Build distribution
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: perldocker/perl-tester:5.36
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
path: build_dir
coverage-job:
needs: build-job
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: perldocker/perl-tester:5.36
steps:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-20.04]
os: [ubuntu-latest]
perl-version:
- "5.8"
- "5.10"
Expand Down
Loading