Skip to content

Commit

Permalink
add macOS15 release runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Dec 27, 2024
1 parent 992fee9 commit 6855afd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ jobs:
fail-fast: false
matrix:
include:
- name: macOS15
os: macos-15
arch: arm64
ruby: 'ruby'
- name: macOS14
os: macos-14
arch: arm64
Expand Down Expand Up @@ -306,6 +310,11 @@ jobs:
use_xvfb: true
build: true
wxw_type: embed
- name: macOS15
os: macos-15
arch: arm64
ruby: 'ruby'
build: false
- name: macOS14
os: macos-14
arch: arm64
Expand Down

0 comments on commit 6855afd

Please sign in to comment.