Skip to content

Commit 3e1abea

Browse files
authored
Merge pull request #357 from mcorino/develop
add MacOS 15 release
2 parents 3e77900 + 2350fe7 commit 3e1abea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ jobs:
211211
fail-fast: false
212212
matrix:
213213
include:
214+
- name: macOS15
215+
os: macos-15
216+
arch: arm64
217+
ruby: 'ruby'
214218
- name: macOS14
215219
os: macos-14
216220
arch: arm64
@@ -306,6 +310,11 @@ jobs:
306310
use_xvfb: true
307311
build: true
308312
wxw_type: embed
313+
- name: macOS15
314+
os: macos-15
315+
arch: arm64
316+
ruby: 'ruby'
317+
build: false
309318
- name: macOS14
310319
os: macos-14
311320
arch: arm64

0 commit comments

Comments
 (0)