Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 9851944

Browse files
authored
Apparently Ubuntu 20 is no longer a thing (#349)
1 parent 2ed125a commit 9851944

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
tagged-release:
1010
name: "Tagged Release"
11-
runs-on: "ubuntu-20.04"
11+
runs-on: "ubuntu-latest"
1212

1313
steps:
1414
- uses: actions/checkout@v2

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
checked: [no, yes]
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
1212
with:
@@ -16,7 +16,7 @@ jobs:
1616
- run: sudo cpanm File::Slurp Digest::MD5
1717
- run: make CHECKED=${{ matrix.checked }} all run-all-tests
1818
build-windows:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v2
2222
with:

0 commit comments

Comments
 (0)