Skip to content

Commit 44479ea

Browse files
committed
Update ubuntu version on Test-AITs.yml
1 parent e1702db commit 44479ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Test-AITs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
name: ${{ matrix.tests }}
118118
needs: [ build-agent, list-tests ]
119119
timeout-minutes: 120
120-
runs-on: ubuntu-24.04
120+
runs-on: ubuntu-22.04
121121
# Determine if easier to make the env strings below part of the matrix
122122
strategy:
123123
fail-fast: false
@@ -369,7 +369,7 @@ jobs:
369369

370370
notify-if-negative-values:
371371
needs: [ tests ]
372-
runs-on: ubuntu-24.04
372+
runs-on: ubuntu-22.04
373373
steps:
374374
- name: Download artifact(s) # surely there is a way to only download the negative_value_*.txt artifacts?
375375
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # pin@v4

0 commit comments

Comments
 (0)