From 6fd9acbb0199f2992435def970fcc1a93d7c4403 Mon Sep 17 00:00:00 2001 From: Georgii Oblapenko Date: Thu, 19 Dec 2024 22:12:42 +0100 Subject: [PATCH] will deal with macOS setup later --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d74c19..a980590 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: matrix: julia-version: ['lts', '1', 'pre'] julia-arch: [x64, x86] - os: [ubuntu-latest, windows-latest, macOS-latest] - exclude: - - os: macOS-latest - julia-arch: x86 + os: [ubuntu-latest, windows-latest] # , macOS-latest + # exclude: + # - os: macOS-latest + # julia-arch: x86 steps: - uses: actions/checkout@v4