Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Oct 2, 2024
1 parent 94d2fdf commit 3469a15
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ jobs:
fail-fast: false
matrix:
version: ['1.6', '1']
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
arch: [x64]
allow_failure: [false]
include:
- version: '1'
os: macos-latest
arch: arm64
allow_failure: false
- version: 'nightly'
os: ubuntu-latest
arch: x64
allow_failure: true
- version: 'nightly'
os: macOS-latest
os: macos-latest
arch: x64
allow_failure: true
- version: 'nightly'
Expand Down

0 comments on commit 3469a15

Please sign in to comment.