Merge pull request #2001 from chipitsine/ci_drop_macos_11

CI: drop macos-11
This commit is contained in:
Ilya Shipitsin 2024-05-20 23:37:52 +02:00 committed by GitHub
commit 315ffffeec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
build_and_test:
strategy:
matrix:
os: [macos-14, macos-13, macos-12, macos-11]
os: [macos-14, macos-13, macos-12]
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps: