We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad1f8f commit 7e4c897Copy full SHA for 7e4c897
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Release Builds
2
on: push
3
env:
4
- DUNE_COPASI_VERSION: "macos_memory_resource"
+ DUNE_COPASI_VERSION: "master"
5
concurrency:
6
group: release-${{ github.ref }}
7
cancel-in-progress: true
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: spatial-model-editor/[email protected]
30
with:
31
- sme_deps_common: "2025.06.17"
+ sme_deps_common: "2025.10.01"
32
- uses: actions/checkout@v4
33
- run: ./build.sh
34
- uses: actions/upload-artifact@v4
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v5.0.0
+ rev: v6.0.0
hooks:
- id: end-of-file-fixer
exclude: '.*\.diff$'
0 commit comments