Skip to content

Commit 7e4c897

Browse files
committed
dune-copasi -> master, deps_common -> 2025.10.01
1 parent cad1f8f commit 7e4c897

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: "macos_memory_resource"
4+
DUNE_COPASI_VERSION: "master"
55
concurrency:
66
group: release-${{ github.ref }}
77
cancel-in-progress: true
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: spatial-model-editor/[email protected]
3030
with:
31-
sme_deps_common: "2025.06.17"
31+
sme_deps_common: "2025.10.01"
3232
- uses: actions/checkout@v4
3333
- run: ./build.sh
3434
- uses: actions/upload-artifact@v4

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
exclude: '.*\.diff$'

0 commit comments

Comments
 (0)