diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1d0d05..ae43153 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'