Skip to content

Commit 510fd1b

Browse files
committed
Run tests on T4
1 parent 5b5bf90 commit 510fd1b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ env:
77

88
jobs:
99
build:
10-
runs-on: ${{ matrix.os }}
11-
strategy:
12-
matrix:
13-
os: [ubuntu-latest, windows-latest]
10+
runs-on: t4_gpu
1411
steps:
1512
- uses: actions/checkout@v3
1613
- name: Set up Python 3.11

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ env:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ${{ matrix.os }}
11+
strategy:
12+
matrix:
13+
os: [t4_gpu, ubuntu-latest, windows-latest]
1114
steps:
1215
- uses: actions/checkout@v3
1316
- name: Set up Python 3.11

0 commit comments

Comments
 (0)