Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Feb 28, 2024
1 parent 1e571f8 commit bb549de
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,32 @@ jobs:
env:
JULIA_NUM_THREADS: 2
runs-on: ${{ matrix.os }}
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
version:
- '1.6'
- '1' # automatically expands to the latest stable 1.x release of Julia
- 'nightly'
- '1' # Current stable version
os:
- ubuntu-latest
- windows-latest
- macOS-latest
arch:
- x64
- x86
include:
- os: windows-latest
version: '1'
arch: x64
- os: macOS-14
version: '1'
arch: aarch64
version: '1'
- os: ubuntu-latest
arch: x86
version: '1'
- os: ubuntu-latest
arch: x64
version: '1.6'
- os: ubuntu-latest
arch: x64
version: 'nightly'

steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
Expand Down

0 comments on commit bb549de

Please sign in to comment.