Skip to content

Commit

Permalink
Update macOS runner to use latest version in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Nov 5, 2024
1 parent 35f16e1 commit 16234df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16234df

Please sign in to comment.