File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Release Builds
2
2
on : push
3
3
env :
4
- DUNE_COPASI_VERSION : " releases/2.0 "
4
+ DUNE_COPASI_VERSION : " releases/2.1 "
5
5
concurrency :
6
6
group : release-${{ github.ref }}
7
7
cancel-in-progress : true
12
12
fail-fast : false
13
13
matrix :
14
14
include :
15
- - os : " ubuntu-20 .04"
15
+ - os : " ubuntu-22 .04"
16
16
shell : " bash"
17
17
- os : " macos-13"
18
18
shell : " bash"
24
24
run :
25
25
shell : ${{ matrix.shell }}
26
26
steps :
27
- - uses : spatial-model-editor/setup-ci@2024.10.29
27
+ - uses : spatial-model-editor/setup-ci@2025.01.02
28
28
with :
29
- sme_deps_common : " 2024.10.29 "
29
+ sme_deps_common : " 2025.01.03 "
30
30
- uses : actions/checkout@v4
31
31
- run : ./build.sh
32
32
- uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ repos:
11
11
- id : mixed-line-ending
12
12
exclude : ' .*\.diff$'
13
13
- repo : https://github.com/rhysd/actionlint
14
- rev : v1.7.3
14
+ rev : v1.7.5
15
15
hooks :
16
16
- id : actionlint
17
17
- repo : https://github.com/pecigonzalo/pre-commit-shfmt
18
18
rev : v2.2.0
19
19
hooks :
20
20
- id : shell-fmt-go
21
21
- repo : https://github.com/google/yamlfmt
22
- rev : v0.13 .0
22
+ rev : v0.14 .0
23
23
hooks :
24
24
- id : yamlfmt
25
25
ci :
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
9
9
10
10
Get the latest versions here:
11
11
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 )
13
13
- 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 )
15
15
- 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 )
16
16
17
17
## Updating this repo
You can’t perform that action at this time.
0 commit comments