remove MacOS 10.15 from testing matrix

This version is not supported, anymore. More info at
https://github.com/actions/virtual-environments/issues/5583

Signed-off-by: Max Jonas Werner <max@e13.dev>
This commit is contained in:
Max Jonas Werner 2022-07-27 12:20:22 +02:00
parent cf1a27c0d7
commit 060d52d5f1
No known key found for this signature in database
GPG Key ID: EB525E0F02B52140
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: