Update cmake.yml

This commit is contained in:
Jordan Bayles 2024-09-09 18:59:55 -07:00 committed by GitHub
parent 323fbceda0
commit 852e758ae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,14 @@
name: cmake name: cmake
on: [push] on: [push]
jobs: jobs:
cmake: publish:
name: build runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps: steps:
- name: checkout project - name: checkout project
uses: actions/checkout@v4 uses: actions/checkout@v4