Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request ember-cli#9283 from ember-cli/remove-macOS-slow-tests
Browse files Browse the repository at this point in the history
Remove macOS from CI matrix for slow/acceptance tests.
  • Loading branch information
rwjblue authored Jul 21, 2020
2 parents 7f7c070 + afc1328 commit 2f4ecc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 13.x, 14.x]
os: [ubuntu, macOS, windows]
os: [ubuntu, windows]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2f4ecc4

Please sign in to comment.