Enable macos-14 runner

This commit is contained in:
Ken Matsui 2024-01-30 15:00:08 -08:00 committed by GitHub
parent 674137e89d
commit 27141422cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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