diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7ddc625..c39a2bb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,14 +21,17 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'lts' - '1' - - 'pre' os: - ubuntu-latest + - windows-latest arch: - x64 - - x86 + include: + - os: macOS-latest + arch: aarch64 + version: '1' steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2