diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-10-15 15:12:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 15:12:18 +0200 |
commit | 68ed870e4991d103485a90f5d132bafcf96ad6d4 (patch) | |
tree | 13b8f8b83805d9a6965e6769e9d43b03cce73f0e | |
parent | 8299f5abab3aed58e7f85080f235c2767a87ac22 (diff) |
CI: remove macos-12 (#2592)
It is deprecated and will be removed from GitHub.
See: https://github.com/actions/runner-images/issues/10721
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 692852af2..a49e7ff0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: matrix: # macOS-latest == macos-14 on **ARM64**. Also macos-15 is on arm64 # There are some issues with external dependencies on macOS-14/15. Disable it for the time being - os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04", "macOS-12", "macOS-13", "windows-latest"] + os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04", "macOS-13", "windows-latest"] arch: ["x86_64"] gcrypt: ["--with-local-libgcrypt", ""] compiler: ["cc"] |