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 25
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
26
27
27
pre-commit :
28
- runs-on : ubuntu-latest
28
+ runs-on : ubuntu-22.04
29
29
steps :
30
30
- uses : actions/checkout@v4
31
31
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ jobs:
233
233
uses : fsfe/reuse-action@v1.1
234
234
235
235
lint :
236
- runs-on : ubuntu-latest
236
+ runs-on : ubuntu-22.04
237
237
steps :
238
238
- uses : actions/checkout@v4
239
239
- uses : actions/setup-python@v5
@@ -307,7 +307,7 @@ jobs:
307
307
run-unit-tests :
308
308
name : test-unit-python3-${{ matrix.python-version }}
309
309
if : ${{ needs.test-inventory.outputs.unit == 'true' }}
310
- runs-on : ubuntu-latest
310
+ runs-on : ubuntu-22.04
311
311
needs :
312
312
- test-inventory
313
313
strategy :
@@ -407,7 +407,7 @@ jobs:
407
407
path : test-results/*
408
408
409
409
build :
410
- runs-on : ubuntu-latest
410
+ runs-on : ubuntu-22.04
411
411
needs :
412
412
- setup-workflow
413
413
- test-inventory
@@ -700,7 +700,7 @@ jobs:
700
700
version : ${{ steps.BuildVersion.outputs.VERSION }}
701
701
702
702
run-requirements-unit-tests :
703
- runs-on : ubuntu-latest
703
+ runs-on : ubuntu-22.04
704
704
needs :
705
705
- build
706
706
- test-inventory
@@ -811,7 +811,7 @@ jobs:
811
811
- build
812
812
- test-inventory
813
813
if : ${{ !cancelled() && needs.build.result == 'success' }}
814
- runs-on : ubuntu-latest
814
+ runs-on : ubuntu-22.04
815
815
outputs :
816
816
argo-server : ${{ steps.test-setup.outputs.argo-server }}
817
817
argo-http1 : ${{ steps.test-setup.outputs.argo-http1 }}
You can’t perform that action at this time.
0 commit comments