Skip to content

Commit e90f9e9

Browse files
committed
chore: temporarily remove windows-latest for nim
1 parent 1db89cb commit e90f9e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-nim-bindings.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-latest, macos-latest]
18+
# TODO: Add back windows-latest
19+
os: [ubuntu-latest, macos-latest]
1920

2021
steps:
2122
- name: Checkout repository

0 commit comments

Comments
 (0)