We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915c316 commit ac5c7e6Copy full SHA for ac5c7e6
.github/workflows/pr-check.yml
@@ -44,7 +44,7 @@ jobs:
44
matrix:
45
# We're not running CI on macOS for now because it's one less matrix entry to lower the number of runners used,
46
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the UNIX case.
47
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
48
steps:
49
# Need the source to have the tests available.
50
- name: Checkout
0 commit comments