We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e77900 + 2350fe7 commit 3e1abeaCopy full SHA for 3e1abea
.github/workflows/release.yml
@@ -211,6 +211,10 @@ jobs:
211
fail-fast: false
212
matrix:
213
include:
214
+ - name: macOS15
215
+ os: macos-15
216
+ arch: arm64
217
+ ruby: 'ruby'
218
- name: macOS14
219
os: macos-14
220
arch: arm64
@@ -306,6 +310,11 @@ jobs:
306
310
use_xvfb: true
307
311
build: true
308
312
wxw_type: embed
313
314
315
316
317
+ build: false
309
318
319
320
0 commit comments