Skip to content

Commit

Permalink
ci: tests arm64 via Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Feb 1, 2024
1 parent a88fdd4 commit c4ebd05
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ on:

jobs:
test:
runs-on: ubuntu-22.04 # newest available distribution, aka jellyfish
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false # sometimes failures are OS specific
matrix:
include:
- os: ubuntu-22.04 # newest available distribution, aka jellyfish
- os: macos-14 # For arm64 (via Apple Silicon)
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c4ebd05

Please sign in to comment.