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 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"