We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef1772 commit 2242bc1Copy full SHA for 2242bc1
.github/workflows/build-and-test.yml
@@ -48,12 +48,12 @@ jobs:
48
uses: codecov/codecov-action@v1
49
50
# TODO: once github actions supports windows and macos docker containers, we can
51
- # merge these in to the above step's matrix.
+ # merge these in to the above step's matrix, including adding windows support
52
build-and-test-windows-macos:
53
name: Build & test
54
strategy:
55
matrix:
56
- os: [macos-latest, windows-latest]
+ os: [macos-latest]
57
runs-on: ${{ matrix.os }}
58
steps:
59
# Enable longer filenames for windows
0 commit comments