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:
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
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 :
You can’t perform that action at this time.
0 commit comments