Skip to content

Commit

Permalink
Use native ARM runners is testing on ARM architecture
Browse files Browse the repository at this point in the history
This provides better and faster testing of ARM architectures than
testing under QEMU emulation.
  • Loading branch information
jsf9k committed Jan 18, 2025
1 parent e940403 commit afd5051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
permissions:
# actions/checkout needs this to fetch code
contents: read
runs-on: ubuntu-latest
runs-on: ubuntu-${{ startsWith(matrix.architecture, 'arm') && '24.04-arm' || 'latest' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit afd5051

Please sign in to comment.