Skip to content

Commit

Permalink
Use uraimo/run-on-arch-action w/ floating version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Mar 31, 2022
1 parent 73988e1 commit 8ee3e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -175,7 +175,7 @@ jobs:
run: rm goid.race.test
- name: 'Test and Bench with ${{ matrix.go }} on ${{ matrix.arch }}'
if: ${{ matrix.arch != 'x64' && !matrix.qemu_emulation_broken }}
uses: uraimo/run-on-arch-action@v2.1.1
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.arch }}
distro: bullseye
Expand Down

0 comments on commit 8ee3e6d

Please sign in to comment.