added macos to build

This commit is contained in:
Tyler Mayoff 2025-05-18 10:12:08 -04:00
parent d8d542bd2d
commit 678bbbfed4

View file

@ -5,7 +5,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}