Skip to content

Commit

Permalink
Remove windows support
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Mar 2, 2024
1 parent cef1772 commit 2242bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
uses: codecov/codecov-action@v1

# TODO: once github actions supports windows and macos docker containers, we can
# merge these in to the above step's matrix.
# merge these in to the above step's matrix, including adding windows support
build-and-test-windows-macos:
name: Build & test
strategy:
matrix:
os: [macos-latest, windows-latest]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
# Enable longer filenames for windows
Expand Down

0 comments on commit 2242bc1

Please sign in to comment.