Update main.yml

This commit is contained in:
Tyler 2025-05-18 10:13:22 -04:00 committed by GitHub
parent 678bbbfed4
commit c6093e406f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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