Skip to content

Commit

Permalink
Update MacOS GHA test env to fix deprecation error
Browse files Browse the repository at this point in the history
jhiemstrawisc committed Nov 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7106a3a commit 7e0b2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
go-version: [1.21.x]
os: [macos-12, windows-latest]
os: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code

0 comments on commit 7e0b2ab

Please sign in to comment.