Skip to content

Commit 86d8f27

Browse files
committed
CI: Try another configuration.
1 parent 7c40dba commit 86d8f27

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test-brev-tutorial-docker-images.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ on:
1010

1111
jobs:
1212
test-tutorial:
13-
runs-on:
14-
- self-hosted
15-
- linux
16-
- nv-gpu-t4
13+
runs-on: linux-amd64-gpu-t4-latest-1
1714
steps:
15+
- name: Show runner info
16+
run: |
17+
echo "Runner name: ${{ runner.name }}"
18+
echo "Runner OS: ${{ runner.os }}"
19+
echo "Runner arch: ${{ runner.arch }}"
20+
1821
- name: Checkout repository
1922
uses: actions/checkout@v4
2023

0 commit comments

Comments
 (0)