Merge pull request #847 from fluxcd/remove-macos-1015

remove MacOS 10.15 from testing matrix
This commit is contained in:
Stefan Prodan 2022-07-27 14:04:23 +03:00 committed by GitHub
commit 0329b83ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
darwin-amd64:
strategy:
matrix:
os: [macos-10.15, macos-11, macos-12]
os: [macos-11, macos-12]
fail-fast: false
runs-on: ${{ matrix.os }}
steps: