We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5bf90 commit 510fd1bCopy full SHA for 510fd1b
.github/workflows/benchmarks.yml
@@ -7,10 +7,7 @@ env:
7
8
jobs:
9
build:
10
- runs-on: ${{ matrix.os }}
11
- strategy:
12
- matrix:
13
- os: [ubuntu-latest, windows-latest]
+ runs-on: t4_gpu
14
steps:
15
- uses: actions/checkout@v3
16
- name: Set up Python 3.11
.github/workflows/ci.yml
@@ -7,7 +7,10 @@ env:
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [t4_gpu, ubuntu-latest, windows-latest]
0 commit comments