Skip to content

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-request-check-rust-api.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
# by the other jobs already present in `pull-request-checks.yaml`.
103103
- name: Run Rust API tests
104104
run: |
105+
export MACOSX_DEPLOYMENT_TARGET=10.15
105106
VERSION=$(cat src/config.inc | python3 -c "import sys,re;line = [line for line in sys.stdin if re.search(r'CBMC_VERSION = (\d+\.\d+\.\d+)', line)];sys.stdout.write(re.search(r'CBMC_VERSION = (\d+\.\d+\.\d+)', line[0]).group(1))")
106107
cd src/libcprover-rust;\
107108
cargo clean;\

0 commit comments

Comments
 (0)