Skip to content

Commit 6d8ce9a

Browse files
committed
build just windows
1 parent 51ee088 commit 6d8ce9a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- os: linux
19-
runs-on: ubuntu-latest
20-
arch: amd64
21-
- os: darwin
22-
runs-on: macos-latest
23-
arch: amd64
24-
- os: darwin
25-
runs-on: macos-latest
26-
arch: arm64
2718
- os: windows
28-
runs-on: windows-latest
19+
runs-on: warp-windows-latest-2204-4x
2920
arch: amd64
3021

3122
steps:

0 commit comments

Comments
 (0)