fix(CI/macOS): Fix macOS CI dependency installation by updating macOS version. (#19997)

* fix(CI/MacOS): Fix MacOS CI dependency installation.

* Try to use macos 14 version

* Remove brew cleanup and z3 dependency

* Adjust readline lib discovery

* Update macos supported version in SECURITY.md
This commit is contained in:
Anton Popovichenko
2024-09-21 16:37:55 +02:00
committed by GitHub
parent 2e17b32508
commit 36a8653c83
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-14
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
if: |