Skip to content

Commit 6a79537

Browse files
authored
Merge pull request #158 from rwjblue/remove-macos-from-ci
Remove macOS-latest from GitHub Actions config.
2 parents 7e4d07d + 83112f4 commit 6a79537

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)