From d403dca13410675eefbafe4cec2534fd35c3575c Mon Sep 17 00:00:00 2001 From: Samuel Gordalina Date: Tue, 20 Jun 2023 15:40:50 +0100 Subject: [PATCH] remove macos10.15 --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 169cb07..fe6b4bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,6 @@ jobs: - php-version: 8.2 operating-system: ubuntu-20.04 allow-failure: true - - php-version: 8.2 - operating-system: macos-10.15 - allow-failure: true - php-version: 8.2 operating-system: macos-11 allow-failure: true