chore: fix runs-on

This commit is contained in:
DIYgod 2024-02-01 23:13:37 +08:00
parent 86a6a15504
commit b63cb0fb41
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
name: Build assets
steps:
- uses: actions/checkout@v4