CI: use macos-26

the Github runner is out of beta
This commit is contained in:
Ivan Pozdeev 2026-04-17 22:54:31 +03:00
parent 90dfbcad93
commit 6a832cacbb
No known key found for this signature in database
GPG key ID: FB6A628DCF06DCD7

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