Skip to content

Commit

Permalink
runner matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWorrall committed Feb 9, 2024
1 parent d165b2b commit 0a00fa3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ jobs:
- name: Running Ruby tests
run: bundle exec ruby test/main.rb
build-debs:
runs-on: ubuntu-latest
strategy:
matrix:
runner: [ubuntu-latest, shopify-ubuntu-arm64]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 0a00fa3

Please sign in to comment.