Skip to content

Commit 1b0243b

Browse files
committed
ci: enable macos and windows again
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent 7d59137 commit 1b0243b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
#os: [ubuntu-latest, windows-latest, macos-latest]
21-
os: [ubuntu-latest]
20+
os: [ubuntu-latest, windows-latest, macos-latest]
2221
rust: [nightly, beta, stable, 1.74.0]
2322
steps:
2423
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)