Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Loading