ci: adding macos build to the pipeline

This commit is contained in:
Chubby Granny Chaser 2025-02-21 23:19:53 +00:00
parent 01b8430c6b
commit 285eadd0f4
No known key found for this signature in database

View file

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