Update actions to macos-15

This commit is contained in:
Mingshen Sun 2025-02-27 21:29:08 -08:00
parent cb8305f014
commit 30ff525224
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: macos-14
runs-on: macos-15
strategy:
matrix:
channel: ['beta', 'release']

View file

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
testing:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1