From b2af1b8feb5fad30f0439a4ea311f5f34ebc8814 Mon Sep 17 00:00:00 2001 From: Henrique Ferrolho Date: Fri, 11 Oct 2024 15:22:56 +0100 Subject: [PATCH] Update version of Julia on CI jobs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e15e563..d4b1f33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - '1.10' - '1' os: - ubuntu-latest @@ -26,7 +26,7 @@ jobs: prefix: xvfb-run exclude: - os: windows-latest - version: '1.6' + version: '1.10' steps: - uses: actions/checkout@v3