diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index 97c6742ec..955275841 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -21,8 +21,10 @@ jobs: strategy: matrix: julia-version: [1] - julia-arch: [x64] - os: [ubuntu-22.04] + # julia-arch: [x64] + os: + - ubuntu-22.04 + - macOS-14 # apple silicon! steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1