Skip to content

Commit 2242bc1

Browse files
committed
Remove windows support
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent cef1772 commit 2242bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
uses: codecov/codecov-action@v1
4949

5050
# TODO: once github actions supports windows and macos docker containers, we can
51-
# merge these in to the above step's matrix.
51+
# merge these in to the above step's matrix, including adding windows support
5252
build-and-test-windows-macos:
5353
name: Build & test
5454
strategy:
5555
matrix:
56-
os: [macos-latest, windows-latest]
56+
os: [macos-latest]
5757
runs-on: ${{ matrix.os }}
5858
steps:
5959
# Enable longer filenames for windows

0 commit comments

Comments
 (0)