Skip to content

Commit

Permalink
Add 2 Mac OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1 authored Dec 13, 2023
1 parent 70345f2 commit 7e63592
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, windows-latest, macos-latest]
os: [ubuntu-latest, ubuntu-20.04, windows-latest, macos-11, macos-13]
build_type: [Release, Debug]
cpp_compiler: [g++, clang++, cl]
include:
Expand All @@ -32,10 +32,16 @@ jobs:
- os: ubuntu-20.04
cpp_compiler: clang++
c_compiler: clang
- os: macos-latest
- os: macos-11
cpp_compiler: g++
c_compiler: gcc
- os: macos-latest
- os: macos-11
cpp_compiler: clang++
c_compiler: clang
- os: macos-13
cpp_compiler: g++
c_compiler: gcc
- os: macos-13
cpp_compiler: clang++
c_compiler: clang
exclude:
Expand All @@ -47,7 +53,13 @@ jobs:
cpp_compiler: cl
- os: ubuntu-20.04
cpp_compiler: cl
- os: macos-latest
- os: macos-11
cpp_compiler: cl
- os: macos-11
cpp_compiler: cl
- os: macos-13
cpp_compiler: cl
- os: macos-13
cpp_compiler: cl

steps:
Expand Down

0 comments on commit 7e63592

Please sign in to comment.