Skip to content

Commit 8828ca3

Browse files
author
Paulo Gomes
authored
Merge pull request #441 from pjbgf/bump-darwin-ci
build: Bump CI to macos-11
2 parents d9da9de + a88b62d commit 8828ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
- name: Verify
5656
run: make verify
5757

58-
# Runs 'make test' on macos-10.15 to assure development environment for
58+
# Runs 'make test' on macos-11 to assure development environment for
5959
# contributors using MacOS.
6060
darwin-amd64:
61-
runs-on: macos-10.15
61+
runs-on: macos-11
6262
steps:
6363
- name: Checkout
6464
uses: actions/checkout@v3

0 commit comments

Comments
 (0)