From b5e8a5125ce2ea00baf405e7e6086e93e6e2bf89 Mon Sep 17 00:00:00 2001 From: Pere Mato Date: Thu, 28 Nov 2024 09:41:15 +0100 Subject: [PATCH] Reduce the CI matrix --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67713c8..e13e19d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,10 +19,8 @@ jobs: - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. os: - ubuntu-latest - - macos-latest arch: - x64 - - arm64 steps: - name: Checkout uses: actions/checkout@v4