From 52342365e376890b2bfe738c7693b45dcd919d6c Mon Sep 17 00:00:00 2001 From: richardreeve Date: Sun, 21 Jul 2024 21:29:44 +0100 Subject: [PATCH] Fix testing exclusions --- .github/workflows/testing.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index d796997..5ee0a2e 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -33,9 +33,10 @@ jobs: - arm64 exclude: - os: macOS-latest - julia-version: - - '1.6' - - '1.8' + julia-version: '1.6' + arch: arm64 + - os: macOS-latest + julia-version: '1.8' arch: arm64 - os: macOS-latest julia-version: '1'