Add macos-14 test runner

This commit is contained in:
Serge Lamikhov-Center 2024-10-31 15:54:56 +00:00 committed by GitHub
parent 5f71d453a4
commit a3637ba171
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-13]
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-13, macos-14]
build_type: [Release, Debug]
cpp_compiler: [g++, clang++, cl]
include:
@ -43,6 +43,12 @@ jobs:
- os: macos-13
cpp_compiler: clang++
c_compiler: clang
- os: macos-14
cpp_compiler: g++
c_compiler: gcc
- os: macos-14
cpp_compiler: clang++
c_compiler: clang
exclude:
- os: windows-latest
cpp_compiler: g++
@ -60,6 +66,10 @@ jobs:
cpp_compiler: cl
- os: macos-13
cpp_compiler: cl
- os: macos-14
cpp_compiler: cl
- os: macos-14
cpp_compiler: cl
steps:
- uses: actions/checkout@v4