From 50407108cdb6fb3b509975e3daacfdb2dc74989a Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Fri, 28 Jun 2024 18:17:31 +0200 Subject: [PATCH] Remove duplicate integration tests from matrix These lines should be unnecessary if the intent was to test the latest versions of MacOS and Ubuntu; they are already in the matrix via lines above. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0345af35..ef45e0bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,6 @@ jobs: os: [ubuntu-latest, macos-latest] swift: ["5.10"] include: - - os: macos-12 - swift: "5.10" - - os: ubuntu-22.04 - swift: "5.10" - os: windows-latest swift: "5.6.3" steps: