CI: change macos-13 to macos-15-intel

This commit is contained in:
Ivan Pozdeev 2025-12-11 14:47:13 +03:00
parent 387f627464
commit f5b2602597
No known key found for this signature in database
GPG key ID: FB6A628DCF06DCD7

View file

@ -8,9 +8,9 @@ jobs:
os:
- ubuntu-24.04
- ubuntu-22.04
- macos-15-intel
- macos-15
- macos-14
- macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2