Skip to content

Commit

Permalink
Use GHA to test on Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 6, 2024
1 parent 3e915b7 commit 74d8914
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 39 deletions.
37 changes: 0 additions & 37 deletions .cirrus.yml

This file was deleted.

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-13, 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-13
os: macos-latest
arch: x64
allow_failure: true
- version: 'nightly'
Expand Down

0 comments on commit 74d8914

Please sign in to comment.