Skip to content

Commit

Permalink
chore: disable windows builds temporarily (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos authored Mar 21, 2024
1 parent 201a38a commit 1ed7dd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
include:
- os: ubuntu-latest
toolchain: stable-x86_64-unknown-linux-gnu
- os: windows-latest
toolchain: stable-x86_64-pc-windows-gnu
#- os: windows-latest
# toolchain: stable-x86_64-pc-windows-gnu
- os: macos-latest
toolchain: stable-x86_64-apple-darwin
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
include:
- os: ubuntu-latest
toolchain: stable-x86_64-unknown-linux-gnu
- os: windows-latest
toolchain: stable-x86_64-pc-windows-gnu
#- os: windows-latest
# toolchain: stable-x86_64-pc-windows-gnu
- os: macos-latest
toolchain: stable-x86_64-apple-darwin
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1ed7dd4

Please sign in to comment.