Skip to content

Commit 15fea7d

Browse files
committed
Remove Windows from build process to save time
1 parent 5f8b265 commit 15fea7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
2020
strategy:
2121
matrix:
22-
os: ["ubuntu-latest", "windows-latest"]
22+
os: ["ubuntu-latest"]
2323
runs-on: "${{ matrix.os }}"
2424
steps:
2525
- name: "checkout repository"

0 commit comments

Comments
 (0)