Skip to content

Commit cc46051

Browse files
committed
MacOS CI job: do not re-install CMake
This causes `brew` to complain about conflicting taps due to pinning that was done (by GitHub) to alleviate a possible build failure by CMake 4.x. See actions/runner-images#12912, and should be fixed (by GitHub) already, but apparently that's not uniformly the case. The rollout of CMake 4.x is also blocked by those issues (cf. actions/runner-images#12934). See https://github.com/diffblue/cbmc/actions/runs/17673397336/job/50229845951?pr=8646 for an example of a failing run on our end.
1 parent 15b0003 commit cc46051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ jobs:
706706
with:
707707
submodules: recursive
708708
- name: Fetch dependencies
709-
run: brew install cmake ninja maven flex bison ccache z3
709+
run: brew install ninja maven flex bison ccache z3
710710
- name: Confirm z3 solver is available and log the version installed
711711
run: z3 --version
712712
- name: Download cvc5 binary and make sure it can be deployed

0 commit comments

Comments
 (0)