Remove macos-11 CI; not supported by Homebrew (#1891)

This commit is contained in:
Ken Matsui 2023-12-28 06:29:45 -08:00 committed by GitHub
parent 2a0da80d5f
commit 1fd5c7ea5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
osver: [11, 12, 13]
osver: [12, 13]
steps:
- name: Checkout Drogon source code
uses: actions/checkout@v4