File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2626
2727 pre-commit :
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-22.04
2929 steps :
3030 - uses : actions/checkout@v4
3131 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ jobs:
233233 uses : fsfe/reuse-action@v1.1
234234
235235 lint :
236- runs-on : ubuntu-latest
236+ runs-on : ubuntu-22.04
237237 steps :
238238 - uses : actions/checkout@v4
239239 - uses : actions/setup-python@v5
@@ -307,7 +307,7 @@ jobs:
307307 run-unit-tests :
308308 name : test-unit-python3-${{ matrix.python-version }}
309309 if : ${{ needs.test-inventory.outputs.unit == 'true' }}
310- runs-on : ubuntu-latest
310+ runs-on : ubuntu-22.04
311311 needs :
312312 - test-inventory
313313 strategy :
@@ -407,7 +407,7 @@ jobs:
407407 path : test-results/*
408408
409409 build :
410- runs-on : ubuntu-latest
410+ runs-on : ubuntu-22.04
411411 needs :
412412 - setup-workflow
413413 - test-inventory
@@ -700,7 +700,7 @@ jobs:
700700 version : ${{ steps.BuildVersion.outputs.VERSION }}
701701
702702 run-requirements-unit-tests :
703- runs-on : ubuntu-latest
703+ runs-on : ubuntu-22.04
704704 needs :
705705 - build
706706 - test-inventory
@@ -811,7 +811,7 @@ jobs:
811811 - build
812812 - test-inventory
813813 if : ${{ !cancelled() && needs.build.result == 'success' }}
814- runs-on : ubuntu-latest
814+ runs-on : ubuntu-22.04
815815 outputs :
816816 argo-server : ${{ steps.test-setup.outputs.argo-server }}
817817 argo-http1 : ${{ steps.test-setup.outputs.argo-http1 }}
You can’t perform that action at this time.
0 commit comments