Skip to content

Commit 1ad9980

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/python-unittests.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
platform: [linux.24_04.4x]
1515
include:
1616
- python-version: 3.12
17-
platform: macos-13-xlarge
17+
# macos-13-large has more memory than macos-13-xlarge
18+
# see: https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners#about-macos-larger-runners
19+
platform: macos-13-large
1820
fail-fast: false
1921
env:
2022
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)