chore: change macos-14 to macos-latest

This commit is contained in:
Damon To 2024-04-02 10:04:16 +08:00 committed by GitHub
parent 0bb196977e
commit 459bb15a99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
- {variant: mingw, name: Windows with MinGW, artifact: windows-x64}
- {variant: woa-mingw, name: Windows on ARM with MinGW, artifact: windows-arm64}
include:
- os: macos-14
- os: macos-latest
build: {variant: make, name: macOS, artifact: macos-universal}
steps:
- name: Checkout