From cec998e0209de77fa6cf684e1e2f1d5b2d333abf Mon Sep 17 00:00:00 2001 From: Felicia Dubicka-Piper <78935856+felciabatta@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:15:33 +0000 Subject: [PATCH] Update CI.yml get rid of old julia version; add windows & mac --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 373cfb8..309bc80 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,11 +23,12 @@ jobs: fail-fast: false matrix: version: - - '1.0' - '1.9' - 'nightly' os: - ubuntu-latest + - windows-latest + - macos-latest arch: - x64 steps: