We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893801e commit 2c4a4afCopy full SHA for 2c4a4af
1 file changed
.github/workflows/ci.yml
@@ -116,9 +116,9 @@ jobs:
116
- name: macos-arm64 (shell)
117
runner: macos-latest
118
installer: shell
119
- - name: macos-arm64 (pkg)
120
- runner: macos-latest
121
- installer: pkg
+ # - name: macos-arm64 (pkg)
+ # runner: macos-latest
+ # installer: pkg
122
123
# --- macOS AMD64 ---
124
- name: macos-amd64 (archive)
@@ -129,9 +129,9 @@ jobs:
129
- name: windows-amd64 (archive)
130
runner: windows-latest
131
installer: archive
132
- - name: windows-amd64 (shell)
133
- runner: windows-latest
134
- installer: shell
+ # - name: windows-amd64 (shell)
+ # runner: windows-latest
+ # installer: shell
135
# MSI: suppressed until installer is verified
136
# - name: windows-amd64 (msi)
137
# runner: windows-latest
0 commit comments