Skip to content

Commit

Permalink
Add macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTh committed Dec 15, 2023
1 parent dd7ffec commit 4deec4f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/simsycl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false

matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
build_type: [Release, Debug]
c_compiler: [gcc, clang, cl]
include:
Expand All @@ -26,13 +26,20 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
- os: macos-latest
c_compiler: gcc
cpp_compiler: g++
exclude:
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
- os: macos-latest
c_compiler: cl
- os: macos-latest
c_compiler: clang

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

0 comments on commit 4deec4f

Please sign in to comment.