From bc029e55a2bff5c919e965489c83a9d586314452 Mon Sep 17 00:00:00 2001 From: David Dick Date: Sat, 4 May 2024 13:01:56 +1000 Subject: [PATCH] Removing broken macos github action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07951d9..5b2330a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [ubuntu-latest, macos-latest, windows-latest] + runner: [ubuntu-latest, windows-latest] # macos-latest perl: [ '5.32' ] firefox: [ 'latest-beta', 'latest' ] # 'latest-devedition', 'latest-esr',