diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 977cf58..4c6ce10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,8 @@ jobs: matrix: os: [ - { name: 'linux', image: 'ubuntu-latest' }, - { name: 'windows', image: 'windows-latest' }, +# { name: 'linux', image: 'ubuntu-latest' }, +# { name: 'windows', image: 'windows-latest' }, { name: 'macos', image: 'macos-latest' }, ] runs-on: ${{ matrix.os.image }}