Skip to content

Commit 59af2ca

Browse files
committed
8xlarge
1 parent a2afbd0 commit 59af2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-linux-cpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ env:
1212
jobs:
1313
tests:
1414
name: "Unit-tests on Linux CPU"
15-
runs-on: [self-hosted, linux.4xlarge]
15+
runs-on: [self-hosted, linux.8xlarge]
1616
container:
1717
image: pytorch/conda-builder:cpu
1818
strategy:
1919
matrix:
20-
py_vers: [ "3.8"]
20+
py_vers: ["3.8"]
2121

2222
steps:
2323
- name: Checkout repository

0 commit comments

Comments
 (0)