diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c43e783..5e0501f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ windows-latest] + platform: [ macos-latest,windows-latest] #platform: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }}