Update macOS runner to use latest version in build workflow
This commit is contained in:
parent
35f16e107d
commit
16234df9d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue