From 905b98a9a42470fa344b99e52df65869a1b0af3e Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Mon, 18 Nov 2024 20:48:40 -0300 Subject: [PATCH] Do not run 1.6 on MacOS-latest --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65e4c6d..c693b6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,9 @@ jobs: - ubuntu-latest - macOS-latest - windows-latest + exclude: + - version: '1.6' + os: macOS-latest steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2