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 7c40dba commit 86d8f27Copy full SHA for 86d8f27
.github/workflows/test-brev-tutorial-docker-images.yml
@@ -10,11 +10,14 @@ on:
10
11
jobs:
12
test-tutorial:
13
- runs-on:
14
- - self-hosted
15
- - linux
16
- - nv-gpu-t4
+ runs-on: linux-amd64-gpu-t4-latest-1
17
steps:
+ - name: Show runner info
+ run: |
+ echo "Runner name: ${{ runner.name }}"
18
+ echo "Runner OS: ${{ runner.os }}"
19
+ echo "Runner arch: ${{ runner.arch }}"
20
+
21
- name: Checkout repository
22
uses: actions/checkout@v4
23
0 commit comments