test: Run unit tests on macos-15

macOS 13 is not supported by Apple and GitHub now, and the runners are
very slow and flaky. Replace with the M1 based macos-15 runner for
faster and more reliable tests.
pull/21598/head
Nir Soffer 2025-09-19 23:13:16 +03:00
parent d2e9f47fb9
commit e1cc3422d6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, windows-2022]
os: [ubuntu-22.04, macos-15, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8