Skip to content

Commit

Permalink
chore: temporarily remove windows-latest for nim
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 24, 2024
1 parent 1db89cb commit e90f9e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-nim-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# TODO: Add back windows-latest
os: [ubuntu-latest, macos-latest]

steps:
- name: Checkout repository
Expand Down

0 comments on commit e90f9e9

Please sign in to comment.