Update c-cpp.yml. Remove macos-11 request

This commit is contained in:
Serge Lamikhov-Center 2024-10-29 07:48:29 +02:00 committed by GitHub
parent b13dc75783
commit 401d63d6c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-11, macos-13]
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-12 macos-13]
build_type: [Release, Debug]
cpp_compiler: [g++, clang++, cl]
include: