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