ci: Remove macos-11 runners, add macos-14 (#3980)

On June 28, 2024, macos-11 runners will be removed.
This commit is contained in:
Bruce Mitchener 2024-05-28 00:58:57 +07:00 committed by GitHub
parent 529dcd11fe
commit c8f1b4e744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,10 @@ jobs:
build:
strategy:
matrix:
os: [macos-11, macos-13]
os: [macos-13, macos-14]
build_type: [Debug, Release]
std: [11, 17, 20]
exclude:
- { os: macos-11, std: 20 }
- { os: macos-13, std: 11 }
- { os: macos-13, std: 17 }
include: