From 3590c63dd7f81d7f7776efb0ad5c72941a363f99 Mon Sep 17 00:00:00 2001 From: juddmehr Date: Tue, 3 Sep 2024 16:21:15 -0600 Subject: [PATCH] try to exclude just one combo --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5454c652..4f2c65b2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,8 +28,7 @@ jobs: - x64 - x86 exclude: - - os: macos-latest - - arch: x86 + - os: macos-latest - x86 steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2