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 @@ -289,7 +289,7 @@ jobs:
289
289
uses : fsfe/reuse-action@v1.1
290
290
291
291
lint :
292
- runs-on : ubuntu-latest
292
+ runs-on : ubuntu-22.04
293
293
steps :
294
294
- uses : actions/checkout@v4
295
295
- uses : actions/setup-python@v5
@@ -355,7 +355,7 @@ jobs:
355
355
run-unit-tests :
356
356
name : test-unit-python3-${{ matrix.python-version }}
357
357
if : ${{ needs.test-inventory.outputs.unit == 'true' }}
358
- runs-on : ubuntu-latest
358
+ runs-on : ubuntu-22.04
359
359
needs :
360
360
- test-inventory
361
361
strategy :
@@ -489,7 +489,7 @@ jobs:
489
489
path : test-results/*
490
490
491
491
build :
492
- runs-on : ubuntu-latest
492
+ runs-on : ubuntu-22.04
493
493
needs :
494
494
- validate-custom-version
495
495
- setup-workflow
@@ -785,7 +785,7 @@ jobs:
785
785
version : ${{ steps.BuildVersion.outputs.VERSION }}
786
786
787
787
run-requirements-unit-tests :
788
- runs-on : ubuntu-latest
788
+ runs-on : ubuntu-22.04
789
789
needs :
790
790
- build
791
791
- test-inventory
@@ -896,7 +896,7 @@ jobs:
896
896
- build
897
897
- test-inventory
898
898
if : ${{ !cancelled() && needs.build.result == 'success' }}
899
- runs-on : ubuntu-latest
899
+ runs-on : ubuntu-22.04
900
900
outputs :
901
901
argo-server : ${{ steps.test-setup.outputs.argo-server }}
902
902
argo-http1 : ${{ steps.test-setup.outputs.argo-http1 }}
You can’t perform that action at this time.
0 commit comments