Skip to content

Commit

Permalink
.github/workflows: run tests on macOS 11 (Big Sur)
Browse files Browse the repository at this point in the history
  • Loading branch information
tklauser committed Aug 30, 2021
1 parent c7d1ce7 commit 18f6750
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 @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go-version: [1.15, 1.16, 1.17]
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15]
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 18f6750

Please sign in to comment.