diff --git a/.github/workflows/distribute.yaml b/.github/workflows/distribute.yaml index f3994d337..c1dc10f0c 100644 --- a/.github/workflows/distribute.yaml +++ b/.github/workflows/distribute.yaml @@ -13,7 +13,8 @@ jobs: distGUI: strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ ubuntu-latest, windows-latest ] +# os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} env: GENERIC_INSTALLER_CERTIFICATE: ${{ secrets.GENERIC_INSTALLER_CERTIFICATE }}