Skip to content

Commit 548ce54

Browse files
fix: restrict build workflow to Windows platform only
1 parent 4111bac commit 548ce54

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
platform: [macos-latest, ubuntu-22.04, windows-latest]
23+
# platform: [macos-latest, ubuntu-22.04, windows-latest]
24+
platform: [windows-latest]
2425

2526
# The type of runner that the job will run on
2627
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)