Skip to content

Commit 83112f4

Browse files
committed
Remove macOS-latest from GitHub Actions config.
1 parent 9ba5660 commit 83112f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
node: ['10', '12', '14']
36-
os: [ubuntu-latest, macOS-latest]
36+
os: [ubuntu-latest]
3737

3838
steps:
3939
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)