Skip to content

Commit

Permalink
CI: run cross test on powerpc, not mips
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Nov 20, 2023
1 parent 218a632 commit 4b4d361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [mips-unknown-linux-gnu]
target: [powerpc-unknown-linux-gnu]
toolchain: [stable]

steps:
Expand Down

0 comments on commit 4b4d361

Please sign in to comment.