From 50626c62c15a8b69fdeacf0f1e623ff651b89127 Mon Sep 17 00:00:00 2001 From: IG Date: Wed, 10 May 2023 17:57:23 +0100 Subject: [PATCH] less testing options --- .github/workflows/full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index e59787e..d549e5e 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -139,7 +139,7 @@ jobs: needs: build-native strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macos-10.15, macos-11, macos-12] + os: [ubuntu-20.04, ubuntu-22.04, windows-2022, macos-12] fail-fast: false name: 'test: ${{ matrix.os }}'