Skip to content

Commit 90c1491

Browse files
authored
switch runners (#254)
1 parent c354826 commit 90c1491

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
build_label:
2222
description: "requested runner label for build (specifies instance)"
2323
type: string
24-
default: ubuntu-20.04
24+
default: ubuntu-24.04
2525

2626
# test related parameters
2727
test_configs:

.github/workflows/test-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
python-tests:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/setup-python@v4
1616
with:
@@ -25,4 +25,4 @@ jobs:
2525
- name: "⚙️ Install dependencies"
2626
run: pip3 install .[dev,accelerate]
2727
- name: "🔬 Running tests"
28-
run: make test
28+
run: make test

.github/workflows/trigger-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
gitref: ${{ inputs.gitref || 'main' }}
3434
push_to_pypi: ${{ (github.event.schedule == '30 0 * * *') || inputs.push_to_pypi || false }}
3535
test_configs: '[{"python":"3.11.4","label":"ubuntu-22.04","timeout":"40"},
36-
{"python":"3.10.12","label":"ubuntu-20.04","timeout":"40"},
36+
{"python":"3.10.12","label":"ubuntu-24.04","timeout":"40"},
3737
{"python":"3.9.17","label":"k8s-h100-solo","timeout":"40"},
38-
{"python":"3.12.6","label":"k8s-h100-duo","timeout":"40"}]'
38+
{"python":"3.12.6","label":"k8s-a100-duo","timeout":"40"}]'
3939

4040
secrets: inherit

0 commit comments

Comments
 (0)