We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9da9de + a88b62d commit 8828ca3Copy full SHA for 8828ca3
.github/workflows/build.yaml
@@ -55,10 +55,10 @@ jobs:
55
- name: Verify
56
run: make verify
57
58
- # Runs 'make test' on macos-10.15 to assure development environment for
+ # Runs 'make test' on macos-11 to assure development environment for
59
# contributors using MacOS.
60
darwin-amd64:
61
- runs-on: macos-10.15
+ runs-on: macos-11
62
steps:
63
- name: Checkout
64
uses: actions/checkout@v3
0 commit comments