File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 14
14
include :
15
15
- os : " ubuntu-22.04"
16
16
shell : " bash"
17
+ - os : " ubuntu-22.04-arm"
18
+ shell : " bash"
17
19
- os : " macos-13"
18
20
shell : " bash"
19
21
- os : " macos-14"
24
26
run :
25
27
shell : ${{ matrix.shell }}
26
28
steps :
27
- - uses : spatial-model-editor/setup-ci@2025.01.02
29
+ - uses : spatial-model-editor/setup-ci@2025.01.31
28
30
with :
29
- sme_deps_common : " 2025.01.03 "
31
+ sme_deps_common : " 2025.01.31 "
30
32
- uses : actions/checkout@v4
31
33
- run : ./build.sh
32
34
- 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.6
14
+ rev : v1.7.7
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.14 .0
22
+ rev : v0.15 .0
23
23
hooks :
24
24
- id : yamlfmt
25
25
ci :
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This contains all of the libraries from [sme_deps_common](https://github.com/spa
10
10
Get the latest versions here:
11
11
12
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
+ - linux-arm64 (clang 19 / Ubuntu 22.04): [ sme_deps_linux-arm64.tgz] ( https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_linux-arm64.tgz )
13
14
- osx (Xcode 15.2 / macOS 13): [ sme_deps_osx.tgz] ( https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_osx.tgz )
14
15
- 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
16
- 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 )
You can’t perform that action at this time.
0 commit comments