Skip to content

Commit

Permalink
Merge pull request #221 from msgilligan/msgilligan/github-test-aarch6…
Browse files Browse the repository at this point in the history
…4-linux
  • Loading branch information
sandydoo authored Jan 19, 2025
2 parents 89fd1e9 + 265a04a commit 3d69a1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-latest
- macos-13
runs-on: ${{ matrix.os }}
Expand All @@ -37,6 +38,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-latest
- macos-13
runs-on: ${{ matrix.os }}
Expand All @@ -55,6 +57,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-latest
- macos-13
runs-on: ${{ matrix.os }}
Expand All @@ -75,6 +78,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-latest
- macos-13
runs-on: ${{ matrix.os }}
Expand All @@ -91,6 +95,8 @@ jobs:
include:
- os: ubuntu-latest
system: x86_64-linux
- os: ubuntu-24.04-arm
system: aarch64-linux
- os: macos-latest
system: aarch64-darwin
- os: macos-13
Expand All @@ -117,6 +123,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-latest
- macos-13
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3d69a1d

Please sign in to comment.