Skip to content

Commit

Permalink
add macos
Browse files Browse the repository at this point in the history
  • Loading branch information
GhazanfarShahbaz committed Jun 20, 2024
1 parent b9c56d7 commit 6b14075
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
timeout-minutes: 480
strategy:
matrix:
os: [ubuntu-latest]
# os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
suffix: so
# - os: macos-latest
# suffix: dylib
- os: macos-latest
suffix: dylib
# - os: windows-latest
# suffix: pyd

Expand Down

0 comments on commit 6b14075

Please sign in to comment.