mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-29 23:49:41 +00:00
CI: remove macos-12 (#2592)
It is deprecated and will be removed from GitHub. See: https://github.com/actions/runner-images/issues/10721
This commit is contained in:
parent
8299f5abab
commit
68ed870e49
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue