Skip to content

Commit a4ee78c

Browse files
committed
Exclude osx x86 builds
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent a19d29a commit a4ee78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
ci_tools_version: v1.3.2
2020
duckdb_version: v1.3.2
2121
extension_name: vortex
22-
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64;linux_amd64_musl"
22+
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64;linux_amd64_musl;osx_amd64"
2323
extra_toolchains: "rust"

0 commit comments

Comments
 (0)