Skip to content

Commit

Permalink
Removed the macOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eg0000r-pub committed Jan 27, 2024
1 parent 657deac commit 54cb791
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ jobs:
- run: cmake --build .
- run: ctest

checkout-and-ctest-macos:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- run: brew install onedpl
- run: cmake .
- run: cmake --build .
- run: ctest

checkout-and-ctest-windows:
runs-on: windows-latest

Expand Down

0 comments on commit 54cb791

Please sign in to comment.