Skip to content

Commit

Permalink
use releases/2.0 dune-copasi branch, bump sme_deps_common, update min…
Browse files Browse the repository at this point in the history
…gw gcc -> 14 in readme
  • Loading branch information
lkeegan committed May 15, 2024
1 parent 015ded2 commit a71f64b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release Builds
on: push
env:
DUNE_COPASI_VERSION: "master"
DUNE_COPASI_VERSION: "releases/2.0"
jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- uses: spatial-model-editor/[email protected]
with:
sme_deps_common: "2024.04.24"
sme_deps_common: "2024.05.25"
- uses: actions/checkout@v4
- run: ./build.sh
- uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ repos:
- id: mixed-line-ending
exclude: '.*\.diff$'
- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
rev: v1.7.0
hooks:
- id: actionlint
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
rev: v2.2.0
hooks:
- id: shell-fmt-go
- repo: https://github.com/google/yamlfmt
rev: v0.11.0
rev: v0.12.1
hooks:
- id: yamlfmt
ci:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Get the latest versions here:
- 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)
- 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)
- 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)
- 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)
- 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)

## Updating this repo

Expand Down

0 comments on commit a71f64b

Please sign in to comment.