Skip to content

Commit

Permalink
checkstyle on ubuntu; tests on amd gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Dec 5, 2024
1 parent 18bce05 commit 171e96d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
checkstyle:
runs-on: linux-mi300-gpu-1
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand All @@ -41,7 +41,7 @@ jobs:
run: make checkstyle

tests:
runs-on: ubuntu-latest
runs-on: linux-mi300-gpu-1
needs: [checkstyle]

steps:
Expand Down

0 comments on commit 171e96d

Please sign in to comment.