From 6b14075e41cb3017cc090fa856d3dcc1e7aaeadd Mon Sep 17 00:00:00 2001 From: GhazanfarShahbaz Date: Wed, 19 Jun 2024 22:40:16 -0400 Subject: [PATCH] add macos --- .github/workflows/cmake.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d33d9f6..b1ea3e5 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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