From 894560d653e9a3e5ee319c9a9ec632512aae3d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Wed, 5 Nov 2025 14:13:25 +0000 Subject: [PATCH 1/2] Require Julia v1.10, current Long-Term Supported version This requires bumping the minor version of the package. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6278fff0..e0b8364c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ParticleDA" uuid = "61cd1fb4-f4c4-4bc8-80c6-ea5639a6ca2e" authors = ["Mosè Giordano and Tuomas Koskela and Dan Giles and Matt Graham"] -version = "1.2.0" +version = "1.3.0" [deps] ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e" @@ -29,4 +29,4 @@ Statistics = "<0.0.1, 1" StructArrays = "0.6.15, 0.7" TimerOutputs = "0.5" YAML = "0.4" -julia = "1.7" +julia = "1.10" From 064180716fe582a37ec83c3de774e531efb6290e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Wed, 5 Nov 2025 14:14:07 +0000 Subject: [PATCH 2/2] [CI] Simplify matrix of unit tests --- .github/workflows/ci.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9f9dbde..b79f878c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,23 +39,15 @@ jobs: fail-fast: false matrix: version: - - "1.7" + - "min" - "1" - "nightly" os: - ubuntu-latest + - macos-latest arch: - - x64 + - 'default' threads: [1, 2] - include: - - version: "1" - os: macos-latest - arch: "aarch64" - threads: 1 - - version: "1" - os: macos-latest - arch: "aarch64" - threads: 2 steps: - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2