Skip to content

Commit

Permalink
Add macos-15 test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1 authored Oct 31, 2024
1 parent a3637ba commit 0425c53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .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, macos-14]
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-13, macos-15]
build_type: [Release, Debug]
cpp_compiler: [g++, clang++, cl]
include:
Expand Down Expand Up @@ -43,10 +43,10 @@ jobs:
- os: macos-13
cpp_compiler: clang++
c_compiler: clang
- os: macos-14
- os: macos-15
cpp_compiler: g++
c_compiler: gcc
- os: macos-14
- os: macos-15
cpp_compiler: clang++
c_compiler: clang
exclude:
Expand All @@ -66,9 +66,9 @@ jobs:
cpp_compiler: cl
- os: macos-13
cpp_compiler: cl
- os: macos-14
- os: macos-15
cpp_compiler: cl
- os: macos-14
- os: macos-15
cpp_compiler: cl

steps:
Expand Down

0 comments on commit 0425c53

Please sign in to comment.