File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 32
32
env :
33
33
LLVM_TARGETS_TO_BUILD : ${{ matrix.LLVM_TARGETS_TO_BUILD }}
34
34
steps :
35
- - uses : spatial-model-editor/setup-ci@v1
35
+ - uses : spatial-model-editor/setup-ci@2024.04.23
36
36
- uses : actions/checkout@v4
37
37
- name : Build script
38
38
run : ./build.sh
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ Get the latest versions here:
6
6
7
7
- linux (clang 18 / Ubuntu 20.04): [ sme_deps_llvm_linux.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_linux.tgz )
8
8
- osx (Xcode 14.3 / macOS 13): [ sme_deps_llvm_osx.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_osx.tgz )
9
+ - osx-arm64 (Xcode 15.3 / macOS 14): [ sme_deps_llvm_osx-arm64.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_osx-arm64.tgz )
9
10
- win64-mingw (mingw-w64-x86_64-gcc 13): [ sme_deps_llvm_win64-mingw.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_win64-mingw.tgz )
You can’t perform that action at this time.
0 commit comments