From 63d92697a01e03753599eb9fa41d0df559b45ab9 Mon Sep 17 00:00:00 2001 From: KlausC Date: Fri, 1 May 2026 13:34:45 +0200 Subject: [PATCH] updated Project.toml and ci.yml --- .github/workflows/CI.yml | 8 ++++---- Project.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1aed1fa..d505a2b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'lts' - '1' - 'nightly' os: @@ -23,10 +23,10 @@ jobs: - macos-latest - windows-latest arch: - - x64 + - default steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} @@ -51,7 +51,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - uses: actions/checkout@v6 -# - uses: julia-actions/setup-julia@v2 +# - uses: julia-actions/setup-julia@v3 # with: # version: '1' # - run: | diff --git a/Project.toml b/Project.toml index 0890c3e..001c6c7 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" ChannelBuffers = "0.3.1, 0.4" DataFrames = "0.20 - 0.22, 1" JLD2 = "0.5 - 0.6" -MAT = "0.7 - 0.11" +MAT = "0.7 - 0.12" Scratch = "1" julia = "1"