Skip to content

Commit

Permalink
Move all work back to 7940hs (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenneuendorffer authored and singagan committed Jun 5, 2024
1 parent 78a4cbb commit 3709f8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTestRyzenAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ env:
jobs:
build-tests:
name: Run Tests on Ryzen AI
runs-on: amd8700g
runs-on: amd7940hs
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/buildRyzenWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
build-repo:
name: Build and upload mlir_aie wheels

runs-on: amd8700g
runs-on: amd7940hs

permissions:
id-token: write
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
build-wheel:
name: Build wheel

runs-on: amd8700g
runs-on: amd7940hs

needs: build-repo

Expand Down

0 comments on commit 3709f8e

Please sign in to comment.