Skip to content

Commit

Permalink
Add macos jobs to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed May 25, 2024
1 parent 39afcef commit 07fd4c1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
- toolset: clang-15
cxxstd: "03,11,14,17,2a"
os: ubuntu-22.04
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-12
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-13
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-14
# TODO: fix and uncomment
#- toolset: clang
# cxxstd: "03,11,14,17,2a"
Expand Down Expand Up @@ -118,10 +127,10 @@ jobs:
cxxstd: "14,17,latest"
addrmd: 64
os: windows-2019
#- toolset: gcc
# cxxstd: "03,11,14,17,2a"
# addrmd: 64
# os: windows-2019
- toolset: gcc
cxxstd: "03,11,14,17,2a"
addrmd: 64
os: windows-2019

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit 07fd4c1

Please sign in to comment.