Skip to content

Commit

Permalink
ghactions: Run tests on macOS11 as well
Browse files Browse the repository at this point in the history
There will be compilation warnings for the API only available in newer
macOS, but since virtualization_test.go only uses API from macOS 11, we
can run it on this OS.
  • Loading branch information
cfergeau committed Sep 20, 2022
1 parent 135c325 commit 66468ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
fail-fast: false
matrix:
os:
- macOS-11
- macOS-12
go:
- 1.17
Expand Down

0 comments on commit 66468ff

Please sign in to comment.