Skip to content

Commit

Permalink
gh actions: remove windows from the test-nim matrix again, since this…
Browse files Browse the repository at this point in the history
… is now the slowest step
  • Loading branch information
floooh committed Aug 21, 2024
1 parent c34c7fa commit ad49c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gen_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{matrix.os}}
steps:
- if: runner.os == 'Linux'
Expand Down

0 comments on commit ad49c90

Please sign in to comment.