File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ jobs:
19
19
name : Test Repo Runner
20
20
environment :
21
21
name : test
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-20 .04
23
23
strategy :
24
24
max-parallel : 3
25
25
fail-fast : false
26
26
matrix :
27
27
config :
28
28
- os : " debian10"
29
29
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"
40
40
steps :
41
41
- name : checkout
42
42
uses : actions/checkout@v3
56
56
name : Test Org Runner
57
57
environment :
58
58
name : test
59
- runs-on : ubuntu-22 .04
59
+ runs-on : ubuntu-20 .04
60
60
strategy :
61
61
fail-fast : false
62
62
steps :
You can’t perform that action at this time.
0 commit comments