Skip to content

Commit a7c315d

Browse files
Try ubuntu 2004
1 parent a702531 commit a7c315d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ jobs:
1919
name: Test Repo Runner
2020
environment:
2121
name: test
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-20.04
2323
strategy:
2424
max-parallel: 3
2525
fail-fast: false
2626
matrix:
2727
config:
2828
- os: "debian10"
2929
tag: "latest"
30-
- os: "debian11"
31-
tag: "latest"
32-
- os: "fedora37"
33-
tag: "latest"
34-
- os: "ubuntu20"
35-
tag: "latest"
36-
- os: "ubuntu22"
37-
tag: "latest"
38-
- os: "rockylinux8"
39-
tag: "latest"
30+
# - os: "debian11"
31+
# tag: "latest"
32+
# - os: "fedora37"
33+
# tag: "latest"
34+
# - os: "ubuntu20"
35+
# tag: "latest"
36+
# - os: "ubuntu22"
37+
# tag: "latest"
38+
# - os: "rockylinux8"
39+
# tag: "latest"
4040
steps:
4141
- name: checkout
4242
uses: actions/checkout@v3
@@ -56,7 +56,7 @@ jobs:
5656
name: Test Org Runner
5757
environment:
5858
name: test
59-
runs-on: ubuntu-22.04
59+
runs-on: ubuntu-20.04
6060
strategy:
6161
fail-fast: false
6262
steps:

0 commit comments

Comments
 (0)