Skip to content

Commit a71f64b

Browse files
committed
use releases/2.0 dune-copasi branch, bump sme_deps_common, update mingw gcc -> 14 in readme
1 parent 015ded2 commit a71f64b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release Builds
22
on: push
33
env:
4-
DUNE_COPASI_VERSION: "master"
4+
DUNE_COPASI_VERSION: "releases/2.0"
55
jobs:
66
build:
77
runs-on: ${{ matrix.os }}
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: spatial-model-editor/[email protected]
2525
with:
26-
sme_deps_common: "2024.04.24"
26+
sme_deps_common: "2024.05.25"
2727
- uses: actions/checkout@v4
2828
- run: ./build.sh
2929
- uses: actions/upload-artifact@v4

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ repos:
1111
- id: mixed-line-ending
1212
exclude: '.*\.diff$'
1313
- repo: https://github.com/rhysd/actionlint
14-
rev: v1.6.27
14+
rev: v1.7.0
1515
hooks:
1616
- id: actionlint
1717
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
1818
rev: v2.2.0
1919
hooks:
2020
- id: shell-fmt-go
2121
- repo: https://github.com/google/yamlfmt
22-
rev: v0.11.0
22+
rev: v0.12.1
2323
hooks:
2424
- id: yamlfmt
2525
ci:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Get the latest versions here:
1212
- linux (clang 18 / Ubuntu 20.04): [sme_deps_linux.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_linux.tgz)
1313
- osx (Xcode 14.3 / macOS 13): [sme_deps_osx.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_osx.tgz)
1414
- osx-arm64 (Xcode 15.3 / macOS 14): [sme_deps_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_osx-arm64.tgz)
15-
- win64-mingw (mingw-w64-x86_64-gcc 13): [sme_deps_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_win64-mingw.tgz)
15+
- win64-mingw (mingw-w64-x86_64-gcc 14): [sme_deps_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_win64-mingw.tgz)
1616

1717
## Updating this repo
1818

0 commit comments

Comments
 (0)