Skip to content

Commit

Permalink
ci: use macos-latest (#1666)
Browse files Browse the repository at this point in the history
the macOS 12 runner image will be removed by December 3rd, 2024
  • Loading branch information
v1v authored Oct 17, 2024
1 parent 9b4e569 commit 937ef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: go test -v ./...

test-macos:
runs-on: macos-12
runs-on: macos-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 937ef6b

Please sign in to comment.