Skip to content

Commit

Permalink
Removed macos target from coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Dec 25, 2023
1 parent a094c81 commit 952df6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 952df6b

Please sign in to comment.