ci/macos: shift macOS versions to 13-15

Homebrew does support 3 latest macOS versions, so while macOS 12 still
works it takes 1h 40m 7s to build. It is bit too much...

While we drop macOS 12, add macOS 15 as it is available now.
This commit is contained in:
Kacper Michajłow 2024-10-08 18:09:34 +02:00
parent fb9ac9b570
commit 946b29d4f4
1 changed files with 3 additions and 3 deletions

View File

@ -218,17 +218,17 @@ jobs:
cxx:
- "clang++"
os:
- "macos-12"
- "macos-13"
- "macos-14"
- "macos-15"
include:
- os: "macos-12"
arch: "intel"
- os: "macos-13"
arch: "intel"
- os: "macos-14"
arch: "arm"
xcode: "Xcode_15.2"
- os: "macos-15"
arch: "arm"
steps:
- uses: actions/checkout@v4