File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 lint :
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111 steps :
1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-python@v5
1616 - uses : pre-commit/action@v3.0.1
1717
1818 build :
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 steps :
2121 - uses : actions/checkout@v4
2222 - uses : actions/setup-python@v5
5757
5858 test :
5959 needs : [lint, build]
60- runs-on : ubuntu-20 .04
60+ runs-on : ubuntu-22 .04
6161 strategy :
6262 fail-fast : false
6363 matrix :
7979
8080 ui-test :
8181 needs : [lint, build]
82- runs-on : ubuntu-20 .04
82+ runs-on : ubuntu-22 .04
8383 steps :
8484 - uses : actions/checkout@v4
8585 - uses : actions/setup-python@v5
@@ -105,7 +105,7 @@ jobs:
105105
106106 release-dry-run :
107107 needs : [test]
108- runs-on : ubuntu-20 .04
108+ runs-on : ubuntu-22 .04
109109 steps :
110110 - uses : actions/download-artifact@v4
111111 with :
@@ -131,7 +131,7 @@ jobs:
131131 release :
132132 if : startsWith(github.event.ref, 'refs/tags/v')
133133 needs : [release-dry-run]
134- runs-on : ubuntu-20 .04
134+ runs-on : ubuntu-22 .04
135135 steps :
136136 - uses : actions/download-artifact@v4
137137 with :
You can’t perform that action at this time.
0 commit comments