diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 89d2558..7abb299 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,10 +18,10 @@ jobs: - macOS-latest - windows-latest arch: - - x64 + - default # x64 for Ubuntu and Windows and aarch64for Mac OS steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }}