From 70d6dd637923c03eeaaecdb1a5128221dc7c438e Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Thu, 9 Jan 2025 22:53:24 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 049e317..7ec8f3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,9 @@ jobs: - ubuntu-latest - macOS-latest - windows-latest + exclude: + - github-runner: macos-latest # Apple Silicon + julia-version: '1.6' steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2