From 060d52d5f1edbbfc2d84ee9f3e73896cd0aa2a63 Mon Sep 17 00:00:00 2001 From: Max Jonas Werner Date: Wed, 27 Jul 2022 12:20:22 +0200 Subject: [PATCH] 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 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5359e544..407cc026 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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: