Skip to content

Commit

Permalink
Merge pull request #773 from trheyi/main
Browse files Browse the repository at this point in the history
Update macOS runner to use latest version in build workflow
  • Loading branch information
trheyi authored Nov 5, 2024
2 parents a9182c5 + 16234df commit c1d40e7
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 c1d40e7

Please sign in to comment.