Skip to content

Commit

Permalink
Merge pull request #83 from eschnett/patch-1
Browse files Browse the repository at this point in the history
CI: Test on more systems
  • Loading branch information
ViralBShah authored Nov 1, 2024
2 parents e7d27c9 + 01a2bad commit c468ba4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'min'
- 'lts'
- '1'
- 'pre'
os:
Expand All @@ -25,6 +26,9 @@ jobs:
- os: macos-latest
arch: aarch64
version: '1'
- os: macos-13
arch: x64
version: '1'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c468ba4

Please sign in to comment.