Skip to content

Commit

Permalink
Add Mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1 authored Dec 13, 2023
1 parent 480a39f commit 70345f2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .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]
os: [ubuntu-latest, ubuntu-20.04, windows-latest, macos-latest]
build_type: [Release, Debug]
cpp_compiler: [g++, clang++, cl]
include:
Expand All @@ -32,6 +32,12 @@ jobs:
- os: ubuntu-20.04
cpp_compiler: clang++
c_compiler: clang
- os: macos-latest
cpp_compiler: g++
c_compiler: gcc
- os: macos-latest
cpp_compiler: clang++
c_compiler: clang
exclude:
- os: windows-latest
cpp_compiler: g++
Expand All @@ -41,6 +47,8 @@ jobs:
cpp_compiler: cl
- os: ubuntu-20.04
cpp_compiler: cl
- os: macos-latest
cpp_compiler: cl

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 70345f2

Please sign in to comment.