diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3121c25..501dec2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,17 +22,21 @@ jobs: matrix: os: - ubuntu-latest - - macOS-latest - windows-latest julia-arch: - 'x64' - 'x86' julia-version: - - '1.6' + - '1.10' # LTS - 'nightly' - exclude: + include: + # NOTE: macOS-latest+x64 == rosetta on apple silicon - os: macOS-latest - julia-arch: x86 + julia-version: '1.10' + julia-arch: aarch64 + - os: macOS-latest + julia-version: '1.10' + julia-arch: aarch64 steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest