update GitHub runners
Some checks are pending
brew test-bot / test-bot (macos-13) (push) Waiting to run
brew test-bot / test-bot (macos-14) (push) Waiting to run
brew test-bot / test-bot (macos-15) (push) Waiting to run

This commit is contained in:
Adrian Ho 2025-08-01 17:47:08 +08:00
parent 9afb4cf6aa
commit 106df90243
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
strategy:
matrix:
os: [macos-13, macos-14]
os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
permissions:
contents: write

View file

@ -10,7 +10,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macos-13, macos-14]
os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew