Skip to content

Commit b21479a

Browse files
committedApr 23, 2024
use date-tagged setup-ci action, add arm64 link to readme
1 parent 608daea commit b21479a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
LLVM_TARGETS_TO_BUILD: ${{ matrix.LLVM_TARGETS_TO_BUILD }}
3434
steps:
35-
- uses: spatial-model-editor/setup-ci@v1
35+
- uses: spatial-model-editor/setup-ci@2024.04.23
3636
- uses: actions/checkout@v4
3737
- name: Build script
3838
run: ./build.sh

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Get the latest versions here:
66

77
- 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)
88
- 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)
910
- 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)

0 commit comments

Comments
 (0)