Skip to content

Commit

Permalink
Replace macos-10.15 and macos-11 with macos-12 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmk committed May 5, 2022
1 parent 452ba96 commit 4f0fcd7
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
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
go-version: [1.17.3]
os: [ubuntu-20.04, macos-10.15, macos-11]
os: [ubuntu-20.04, macos-12]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 4f0fcd7

Please sign in to comment.