Skip to content

Commit

Permalink
Remove mac CI. Was an attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-attack committed Feb 16, 2025
1 parent b461895 commit f96fa59
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ jobs:
run: cmake .
- name: cmake build
run: cmake --build . -j4
mac-build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: cmake configure
run: cmake .
- name: cmake build
run: cmake --build . -j4
linux-build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f96fa59

Please sign in to comment.