summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnton Popovichenko <walkline.ua@gmail.com>2024-09-21 16:37:55 +0200
committerGitHub <noreply@github.com>2024-09-21 11:37:55 -0300
commit36a8653c8383288b776c59aba432e95cf8db45a5 (patch)
treed50d9aaae57f5c6b581219e111406e9e63528403 /.github
parent2e17b3250897ec1fdf40840865245919410d1735 (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/SECURITY.md4
-rw-r--r--.github/workflows/macos_build.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
index fbabc2817e..7feca2632a 100644
--- a/.github/SECURITY.md
+++ b/.github/SECURITY.md
@@ -54,8 +54,8 @@ Versions of macOS:
| macOS Version | Supported |
| ------------- | ------------------ |
-| 12 | :white_check_mark: |
-| 11 and lower | :red_circle: |
+| 14 | :white_check_mark: |
+| 12 and lower | :red_circle: |
**Note**: We do NOT support any repacks that may or may not have been made based on AzerothCore. This is because they are usually based on older versions and there is no way to know what is in the precompiled binaries. Instead, you should compile your binaries from the AzerothCore source. To get started, read the [Installation Guide](https://www.azerothcore.org/wiki/installation).
diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml
index 2fb927004e..9e0d1090a6 100644
--- a/.github/workflows/macos_build.yml
+++ b/.github/workflows/macos_build.yml
@@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os:
- - macos-12
+ - macos-14
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
if: |