From 8a0c3736ab67b35226d58b52079c89690ad3f3ae Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 13 Mar 2023 11:40:54 +0100 Subject: [PATCH] fdjsk --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2a995e..a2b8e6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,16 @@ jobs: strategy: matrix: version: + - '1.0' - '1' + - 'nightly' os: - ubuntu-latest + include: + - os: windows-latest + version: '1' + - os: macOS-latest + version: '1' steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1