From 71518d49c9f0b5d972a393e1b79924dd808c83c8 Mon Sep 17 00:00:00 2001 From: hhaensel <31985040+hhaensel@users.noreply.github.com> Date: Fri, 19 Apr 2024 06:26:56 +0200 Subject: [PATCH] adapt julia versions in ci.yml --- .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 41ef7912..2ed1dc70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: version: - '1.6' - - '1.7' + - '1' - 'nightly' os: - ubuntu-latest