Skip to content

Commit ebc5d04

Browse files
authored
CI: stop runner on correct region
1 parent 9801714 commit ebc5d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cuda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
GTEST_COLOR: 'yes'
4141
run: |
42-
nvidia-smi
42+
/usr/local/cuda/bin/nvcc -v
4343
cmake -B build -DBUILD_TESTING=ON -DUSE_CUDA=ON
4444
cmake --build build -j4
4545
cmake --install build
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
5959
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
60-
aws-region: ${{ secrets.AWS_REGION }}
60+
aws-region: us-east-2
6161
- name: Stop EC2 runner
6262
uses: machulav/ec2-github-runner@v2
6363
with:

0 commit comments

Comments
 (0)