Skip to content

Commit d8e2a21

Browse files
authored
Merge pull request #18 from spatial-model-editor/debug_dune_ci
Use temporary macos_memory_resource branch of dune-copasi
2 parents 420a9f9 + 5b3540f commit d8e2a21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 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: "releases/2.1"
4+
DUNE_COPASI_VERSION: "macos_memory_resource"
55
concurrency:
66
group: release-${{ github.ref }}
77
cancel-in-progress: true
@@ -26,9 +26,9 @@ jobs:
2626
run:
2727
shell: ${{ matrix.shell }}
2828
steps:
29-
- uses: spatial-model-editor/setup-ci@2025.02.03
29+
- uses: spatial-model-editor/setup-ci@2025.05.09
3030
with:
31-
sme_deps_common: "2025.02.18"
31+
sme_deps_common: "2025.06.17"
3232
- uses: actions/checkout@v4
3333
- run: ./build.sh
3434
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)