Skip to content

Commit

Permalink
Merge pull request #441 from pjbgf/bump-darwin-ci
Browse files Browse the repository at this point in the history
build: Bump CI to macos-11
  • Loading branch information
Paulo Gomes authored Sep 29, 2022
2 parents d9da9de + a88b62d commit 8828ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
- name: Verify
run: make verify

# Runs 'make test' on macos-10.15 to assure development environment for
# Runs 'make test' on macos-11 to assure development environment for
# contributors using MacOS.
darwin-amd64:
runs-on: macos-10.15
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8828ca3

Please sign in to comment.