Skip to content

Commit

Permalink
feat: remove macos verify from cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Jun 21, 2023
1 parent d2eda3d commit 5916345
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions template/cxx/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
toolchain:
- linux-gcc
- macos-clang
- windows-msvc

configuration:
Expand All @@ -27,10 +26,6 @@ jobs:
os: ubuntu-latest
compiler: gcc

- toolchain: macos-clang
os: macos-latest
compiler: clang

- toolchain: windows-msvc
os: windows-latest
compiler: msvc
Expand All @@ -40,7 +35,7 @@ jobs:
uses: actions/checkout@v3

- name: Configure (${{ matrix.configuration }})
run: cmake -S . -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.configuration }}
run: cmake -S . -B build -D CMAKE_BUILD_TYPE=${{ matrix.configuration }}

- name: Build with ${{ matrix.compiler }}
run: cmake --build build
Expand Down

0 comments on commit 5916345

Please sign in to comment.