Skip to content

Commit 4be8095

Browse files
committed
ubuntu -> 22.04
- dune-copasi -> 2.1 - setup-ci -> 2025.01.02 - sme_deps_common -> 2025.01.03
1 parent 31912ab commit 4be8095

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 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.0"
4+
DUNE_COPASI_VERSION: "releases/2.1"
55
concurrency:
66
group: release-${{ github.ref }}
77
cancel-in-progress: true
@@ -12,7 +12,7 @@ jobs:
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"
@@ -24,9 +24,9 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2525
ci:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This contains all of the libraries from [sme_deps_common](https://github.com/spa
99

1010
Get 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

0 commit comments

Comments
 (0)