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 b51b857
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ on:

jobs:
test:
runs-on: ubuntu-22.04 # newest available distribution, aka jellyfish
runs-on: ${{ matrix.os }}
env:
SCCACHE_DIRECT: false
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 b51b857

Please sign in to comment.