Skip to content

Commit

Permalink
expand CI matrix to cover broader platform configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Feb 18, 2022
1 parent 5caf444 commit 59be707
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,23 @@ jobs:
matrix:
version:
- '1.0'
- '1'
- '1.6'
- '1.7'
- 'nightly'
os:
- ubuntu-latest
arch:
- x86
- x64
include:
- version: '1'
os: ubuntu-latest
arch: x86
- version: '1'
os: windows-latest
arch: x64
- version: '1'
os: macos-latest
arch: x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 59be707

Please sign in to comment.