Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jul 29, 2024
1 parent bc6395f commit 566610b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/no_std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
strategy:
matrix:
rust: [stable, nightly]
runs-on:
- windows-latest
- ubuntu-latest
runs-on: ${{ matrix.runs-on }}
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 566610b

Please sign in to comment.