Skip to content

Commit 20f2df6

Browse files
committed
Add AMD to test scope to verify fallback functionality
1 parent f72df73 commit 20f2df6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-cpp-runtime-bindings.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,13 @@ jobs:
6262

6363
test:
6464
needs: build-cpp-runtime-bindings
65-
runs-on: ubuntu-22.04
65+
runs-on: ${{ matrix.runner }}
66+
strategy:
67+
matrix:
68+
runner:
69+
- ubuntu-22.04 # Intel hardware (self-hosted)
70+
- ubuntu-latest # AMD hardware (GitHub-hosted)
71+
fail-fast: false
6672

6773
steps:
6874
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)