From c71c3b63782a7b6ec616a3bd5e712f1800bc5d88 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Mon, 25 Mar 2024 15:26:54 -0500 Subject: [PATCH] add Apple silicon to CI (#760) * add Apple silicon to CI * remove unused arch --- .github/workflows/current.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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