Skip to content

Commit

Permalink
Add macos-13 to the bulid matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Gurskas <[email protected]>
  • Loading branch information
Lipt0nas committed Mar 22, 2024
1 parent dfc8ac1 commit 60340a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# Ubuntu-20.04 is being used here on purpose instead of ubuntu-latest due to a bug with clang and libstdc++
# https://github.com/actions/runner-images/issues/8659
os: [ubuntu-20.04, windows-latest]
os: [ubuntu-20.04, windows-latest, macos-13]
build_type: [Release]
cpp_compiler: [g++, clang++, cl]
exclude:
Expand All @@ -29,6 +29,8 @@ jobs:
cpp_compiler: clang++
- os: ubuntu-20.04
cpp_compiler: cl
- os: macos-13
cpp_compiler: cl

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

0 comments on commit 60340a6

Please sign in to comment.