Skip to content

Commit 2027748

Browse files
Rename workflow file, update test matrix
1 parent 31fcfda commit 2027748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml renamed to .github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Test Repo Runner
1717
environment:
1818
name: test
19-
runs-on: ubuntu-18.04
19+
runs-on: ubuntu-22.04
2020
strategy:
2121
fail-fast: false
2222
matrix:
@@ -27,7 +27,7 @@ jobs:
2727
tag: "latest"
2828
- os: "debian11"
2929
tag: "latest"
30-
- os: "fedora35"
30+
- os: "fedora37"
3131
tag: "latest"
3232
- os: "ubuntu20"
3333
tag: "latest"
@@ -54,7 +54,7 @@ jobs:
5454
name: Test Org Runner
5555
environment:
5656
name: test
57-
runs-on: ubuntu-18.04
57+
runs-on: ubuntu-22.04
5858
strategy:
5959
fail-fast: false
6060
steps:

0 commit comments

Comments
 (0)