Skip to content

Commit

Permalink
disable max build temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleisch committed Dec 20, 2024
1 parent c3dbd0a commit 6bd6e51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/distribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6bd6e51

Please sign in to comment.