Skip to content

Commit 28c856c

Browse files
ci: reenable macos (#88)
* ci: reenable macos Signed-off-by: Jérôme Benoit <[email protected]> * refactor: cleanup dynamic worker node listener Signed-off-by: Jérôme Benoit <[email protected]> --------- Signed-off-by: Jérôme Benoit <[email protected]>
1 parent 3a69264 commit 28c856c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
build:
1717
strategy:
1818
matrix:
19-
# os: [windows-latest, macos-latest, ubuntu-latest]
20-
os: [windows-latest, ubuntu-latest]
19+
os: [windows-latest, macos-latest, ubuntu-latest]
2120
deno: [v1.x, v2.x, canary]
2221

2322
name: Deno ${{ matrix.deno }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)