Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVentura authored Mar 27, 2024
1 parent 53a22d3 commit 8a2e19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# cancel all runs on the first failure
fail-fast: false
matrix:
arch: [Arm64, x64, riscv64]
arch: [Arm64, x86_64, riscv64]
#runs-on: [self-hosted, linux]
runs-on: ${{ matrix.arch }}
steps:
Expand Down

0 comments on commit 8a2e19a

Please sign in to comment.