From 262ed8745e54e25acf1772e107f385595ba4319d Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Thu, 1 Feb 2024 00:15:58 +0100 Subject: [PATCH 1/2] Update ci.yml --- .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 34ebacb..5ee0579 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: version: - '1.6' - - '1.8' + - '1.' os: - ubuntu-latest - macOS-latest @@ -25,4 +25,4 @@ jobs: arch: ${{ matrix.arch }} - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-runtest@latest - \ No newline at end of file + From 4aa9fdd98653669afb3dbe765f919eb2fa1854b2 Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Thu, 1 Feb 2024 00:16:56 +0100 Subject: [PATCH 2/2] Update 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 5ee0579..8ce973f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: version: - '1.6' - - '1.' + - '1' os: - ubuntu-latest - macOS-latest