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
parent
d2e9f47fb9
commit
e1cc3422d6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue