Skip to content

Commit a299e4c

Browse files
committed
ci: Do not pin Xcode version in release workflow
We pin the Xcode version in our build & test workflow as detecting host Xcodes is slow and frequently led to timeouts on the slow macOS runners. Since our release workflow uses an older version of macOS, it may not have the pinned Xcode available.
1 parent a6b5b33 commit a299e4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
echo "build --config=maven" >> .bazelrc
3737
echo "build:linux --config=toolchain" >> .bazelrc
3838
echo "build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux" >> .bazelrc
39-
echo "build:macos --xcode_version_config=//.github:host_xcodes" >> .bazelrc
4039
4140
- name: Build
4241
shell: bash

0 commit comments

Comments
 (0)