Skip to content

Commit 472616b

Browse files
committed
fix macos version global
1 parent 4620c18 commit 472616b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_catalyst.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
run: |
7676
git clone --branch mqt_integration --depth=1 https://github.com/flowerthrower/catalyst.git catalyst
7777
78+
- name: Set macOS deployment target for linker
79+
run: echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
80+
7881
# configure only MLIRQuantum dialect (skip building tools)
7982
- name: Configure MLIRQuantum dialect
8083
run: |
@@ -98,7 +101,6 @@ jobs:
98101
run: |
99102
cmake -G Ninja -S . -B build \
100103
-DCMAKE_BUILD_TYPE=Release \
101-
-DCMAKE_OSX_DEPLOYMENT_TARGET=14.0 \
102104
-DBUILD_MQT_CORE_MLIR=ON \
103105
-DENABLE_MQT_CORE_MLIR_CATALYST_PLUGIN=ON \
104106
-DCatalyst_DIR="$PWD/catalyst/mlir/build/lib/cmake/catalyst"

0 commit comments

Comments
 (0)