Skip to content

Commit

Permalink
Fix multiarch CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryneeverett committed Oct 24, 2024
1 parent 3ca4c5b commit b099a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bugwarrior.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set Jira version ${{ matrix.jira-version }}
run: echo "JIRAVERSION=${{ matrix.jira-version }}" >> $GITHUB_ENV
- name: Run tests on given architecture
uses: uraimo/run-on-arch-action@v2.5.0
uses: uraimo/run-on-arch-action@v2.8.1
with:
arch: ${{ matrix.architecture }}
distro: ubuntu20.04
Expand Down

0 comments on commit b099a51

Please sign in to comment.