Skip to content

Commit

Permalink
Merge pull request #941 from pjbgf/disable-mac11
Browse files Browse the repository at this point in the history
build: Disable macos-11
  • Loading branch information
stefanprodan authored Oct 20, 2022
2 parents 35ea086 + 7a5e6f7 commit 663b6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
darwin-amd64:
strategy:
matrix:
os: [macos-11, macos-12]
os: [macos-12]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 663b6a7

Please sign in to comment.