Merge pull request #941 from pjbgf/disable-mac11

build: Disable macos-11
This commit is contained in:
Stefan Prodan 2022-10-20 12:45:32 +03:00 committed by GitHub
commit 663b6a78a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: