Skip to content

Commit 1fe242a

Browse files
committedFeb 3, 2025··
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 a337fc7 commit 1fe242a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run:
2727
shell: ${{ matrix.shell }}
2828
steps:
29-
- uses: spatial-model-editor/setup-ci@2025.01.31
29+
- uses: spatial-model-editor/setup-ci@2025.02.03
3030
with:
3131
sme_deps_common: "2025.01.31"
3232
- uses: actions/checkout@v4

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Get the latest versions here:
1111

1212
- 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
- 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)
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+
- 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)
1515
- 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)
1616
- 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)
1717

0 commit comments

Comments
 (0)
Please sign in to comment.