diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3c98faa..8091349 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,11 +18,13 @@ jobs: os: - ubuntu-latest - windows-latest + - macOS-13 arch: - x64 include: - os: macOS-latest arch: aarch64 + version: '1' steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2