File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11name : Release Builds
22on : push
33env :
4- DUNE_COPASI_VERSION : " releases/2.0 "
4+ DUNE_COPASI_VERSION : " releases/2.1 "
55concurrency :
66 group : release-${{ github.ref }}
77 cancel-in-progress : true
1212 fail-fast : false
1313 matrix :
1414 include :
15- - os : " ubuntu-20 .04"
15+ - os : " ubuntu-22 .04"
1616 shell : " bash"
1717 - os : " macos-13"
1818 shell : " bash"
2424 run :
2525 shell : ${{ matrix.shell }}
2626 steps :
27- - uses : spatial-model-editor/setup-ci@2024.10.29
27+ - uses : spatial-model-editor/setup-ci@2025.01.02
2828 with :
29- sme_deps_common : " 2024.10.29 "
29+ sme_deps_common : " 2025.01.03 "
3030 - uses : actions/checkout@v4
3131 - run : ./build.sh
3232 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff 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.7.3
14+ rev : v1.7.5
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.13 .0
22+ rev : v0.14 .0
2323 hooks :
2424 - id : yamlfmt
2525ci :
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ This contains all of the libraries from [sme_deps_common](https://github.com/spa
99
1010Get the latest versions here:
1111
12- - 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 )
12+ - linux (clang 19 / Ubuntu 22 .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 )
14- - 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 )
14+ - osx-arm64 (Xcode 16.1 / macOS 14): [ sme_deps_osx-arm64.tgz] ( https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_osx-arm64.tgz )
1515- 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
You can’t perform that action at this time.
0 commit comments