We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fcfda commit 2027748Copy full SHA for 2027748
.github/workflows/main.yml renamed to .github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Test Repo Runner
17
environment:
18
name: test
19
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
20
strategy:
21
fail-fast: false
22
matrix:
@@ -27,7 +27,7 @@ jobs:
27
tag: "latest"
28
- os: "debian11"
29
30
- - os: "fedora35"
+ - os: "fedora37"
31
32
- os: "ubuntu20"
33
@@ -54,7 +54,7 @@ jobs:
54
name: Test Org Runner
55
56
57
58
59
60
steps:
0 commit comments