From 952df6bb1d87230092a7b33862aaba6d50b85787 Mon Sep 17 00:00:00 2001 From: Iwo Plaza Date: Mon, 25 Dec 2023 23:55:35 +0100 Subject: [PATCH] Removed macos target from coverage CI --- .github/workflows/coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0bf74cc..6cf0d89 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [master] pull_request: - branches: [ master ] + branches: [master] jobs: # Runs all steps on the VM @@ -13,7 +13,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-10.15, windows-2019] + os: [ubuntu-latest, windows-latest] node-version: [12.x, 14.x, 16.x] steps: