Skip to content

Commit ca140a5

Browse files
chore(ci): matrix.os added windows-latest and macos-latest (#353)
1 parent e9bceed commit ca140a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- 18
1414
- 20
1515
os:
16-
# - macOS-latest
17-
# - windows-latest # I don't have a Windows machine to debug
1816
- ubuntu-latest
17+
- windows-latest
18+
- macos-latest
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)