Skip to content

Commit 829d16f

Browse files
committed
Only run codegen tests on Linux
1 parent 7d63668 commit 829d16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
fail-fast: false
8181
matrix:
8282
node-version: [20.x]
83-
os: [ubuntu-latest, windows-latest, macos-latest]
83+
os: [ubuntu-latest]
8484

8585
steps:
8686
- name: Checkout repository

0 commit comments

Comments
 (0)