Merge pull request #773 from trheyi/main

Update macOS runner to use latest version in build workflow
This commit is contained in:
Max 2024-11-05 08:18:54 +08:00 committed by GitHub
commit c1d40e73b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
go: [1.21.1]
runs-on: "macos-12"
runs-on: "macos-latest"
steps:
- name: Setup Node.js
uses: actions/setup-node@v4