From: Andres Noetzli Date: Thu, 2 Sep 2021 00:42:59 +0000 (-0700) Subject: Update CI to macOS 11 (#7104) X-Git-Tag: cvc5-1.0.0~1300 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2b196b04078464ca843112baeeda5a81fe935a0;p=cvc5.git Update CI to macOS 11 (#7104) `macos-latest` is currently using macOS 10.15, so this updates the CI to use `mac-11` (Big Sur). --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 103cfc005..1ab8f6fdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: run_regression_args: --no-check-unsat-cores --no-check-proofs - name: macos:production - os: macos-latest + os: macos-11 config: production --auto-download --all-bindings --editline cache-key: production python-bindings: true