Browse Source

CI: use macos-26

the Github runner is out of beta
master
Ivan Pozdeev 1 month ago
parent
commit
6a832cacbb
No known key found for this signature in database GPG Key ID: FB6A628DCF06DCD7
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      .github/workflows/tests.yml

+ 4
- 3
.github/workflows/tests.yml View File

@ -6,11 +6,12 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
- macos-15-intel
- macos-15
- ubuntu-24.04
- macos-14
- macos-15
- macos-15-intel
- macos-26
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save