ci: use mac (#266)

This commit is contained in:
Zixuan Chen 2024-02-15 13:16:03 +08:00 committed by GitHub
parent 7a75673fb8
commit 269e944ed8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-14
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3