Skip to content

Commit

Permalink
Add macos-14 test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1 authored Oct 31, 2024
1 parent 5f71d45 commit a3637ba
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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++
Expand All @@ -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
Expand Down

0 comments on commit a3637ba

Please sign in to comment.