From 9374853dbb2e4046d4e04457fc5b57bad1c0bac8 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Thu, 19 Sep 2024 23:23:51 +0300 Subject: [PATCH] CI does not pass with julia 1.6, so test 1.7 instead From the disscussion in the PR, it is not at all obvious to me what the proper solution here is. --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eb6d22610..5d0505462 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - '1.7' - '1' - pre os: