Skip to content

Commit

Permalink
update CI (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Feb 14, 2024
1 parent eef25dd commit 0398aa6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 62 deletions.
58 changes: 0 additions & 58 deletions .cirrus.yml

This file was deleted.

30 changes: 26 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,34 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
julia-arch: [x64, x86]
julia-version: ['1.6','1','1.10-nightly','nightly']
os:
- ubuntu-latest
- macOS-13 # intel
- macOS-14 # arm
- windows-latest
julia-arch:
- 'x64'
- 'x86'
- 'aarch64'
julia-version:
- '1.6'
- '1'
- 'nightly'
exclude:
- os: macOS-latest
- os: ubuntu-latest
julia-arch: aarch64
- os: windows-latest
julia-arch: aarch64
- os: macOS-13
julia-arch: x86
- os: macOS-13
julia-arch: aarch64
- os: macOS-14
julia-arch: x86
- os: macOS-14
julia-arch: x64
- os: macOS-14
julia-version: '1.6'

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

0 comments on commit 0398aa6

Please sign in to comment.