File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5858 - uses : actions/checkout@v4
5959 - uses : actions/setup-python@v4
6060 with :
61- python-version : ${{ env.PYTHON_VERSION }}
61+ python-version : " 3.12 "
6262 - uses : pre-commit/action@v3.0.0
6363
6464 semgrep :
6767 SEMGREP_KEY : ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
6868
6969 run-unit-tests :
70- runs-on : ubuntu-latest
70+ runs-on : ubuntu-22.04
7171 steps :
7272 - uses : actions/checkout@v4
7373 - uses : actions/setup-python@v4
8888
8989 build :
9090 name : build
91- runs-on : ubuntu-latest
91+ runs-on : ubuntu-22.04
9292 needs :
9393 - fossa-scan
9494 - compliance-copyrights
@@ -128,7 +128,7 @@ jobs:
128128 needs :
129129 - meta
130130 - build
131- runs-on : ubuntu-latest
131+ runs-on : ubuntu-22.04
132132 if : |
133133 !contains(github.event.issue.labels.*.name, 'skip-ui-tests')
134134 permissions :
@@ -198,7 +198,7 @@ jobs:
198198 - build
199199 - run-ui-tests
200200 - run-unit-tests
201- runs-on : ubuntu-latest
201+ runs-on : ubuntu-22.04
202202 steps :
203203 - uses : actions/checkout@v4
204204 with :
You can’t perform that action at this time.
0 commit comments