Skip to content

Commit 73c29a5

Browse files
author
Kiuk Chung
committed
[torchx][CI] Run slurm integration test on linux.24_04.4x
1 parent 41be1d8 commit 73c29a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-unittests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
python-version: [3.9, "3.10", 3.11, 3.12]
1414
platform: [linux.24_04.4x]
1515
include:
16-
- python-version: 3.12
17-
platform: macos-13-xlarge
16+
- python-version: 3.11
17+
platform: macos-latest-xlarge
1818
fail-fast: false
1919
env:
2020
OS: ${{ matrix.platform }}

.github/workflows/slurm-local-integration-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
slurm:
14-
runs-on: linux.20_04.4x
14+
runs-on: linux.24_04.4x
1515
permissions:
1616
id-token: write
1717
contents: read

0 commit comments

Comments
 (0)