Skip to content

Commit f9d563b

Browse files
committed
setup-ci -> 2025.02.03: downgrades XCode to 14.3 on x64 mac to avoid compiling <memory_resource> which then requires MacOS 14 at runtime
1 parent 470c212 commit f9d563b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
LLVM_TARGETS_TO_BUILD: ${{ matrix.LLVM_TARGETS_TO_BUILD }}
3737
steps:
38-
- uses: spatial-model-editor/setup-ci@2025.01.30
38+
- uses: spatial-model-editor/setup-ci@2025.02.03
3939
- uses: actions/checkout@v4
4040
- name: Build script
4141
run: ./build.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Get the latest versions here:
66

77
- linux (clang 19 / Ubuntu 22.04): [sme_deps_llvm_linux.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_linux.tgz)
88
- linux-arm64 (clang 19 / Ubuntu 22.04): [sme_deps_llvm_linux-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_linux-arm64.tgz)
9-
- osx (Xcode 15.2 / 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 (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)
1010
- osx-arm64 (Xcode 16.1 / 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)
1111
- win64-mingw (mingw-w64-x86_64-gcc 14): [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)