Skip to content

Commit

Permalink
Add macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 24, 2024
1 parent f513406 commit 079af5e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,13 @@ on:
branches: [ "master" ]

jobs:
linux-build:
runs-on: ubuntu-latest
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]

steps:
- uses: actions/[email protected]

- name: CMake workflow
run: cmake --workflow --preset default
runs-on: ${{matrix.os}}

windows-build:
runs-on: windows-latest

steps:
- uses: actions/[email protected]

Expand Down

0 comments on commit 079af5e

Please sign in to comment.