We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a139d77 commit 411378cCopy full SHA for 411378c
1 file changed
.github/workflows/ci.yml
@@ -12,11 +12,8 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- target: [mac, linux, windows, raspi]
+ target: [mac, linux, raspi]
16
include:
17
- - target: windows
18
- os: ubuntu-latest
19
- runtime: win-x64
20
- target: linux
21
os: ubuntu-latest
22
runtime: linux-x64
@@ -26,6 +23,9 @@ jobs:
26
23
- target: raspi
27
24
28
25
runtime: linux-arm64
+ - target: windows
+ os: ubuntu-latest
+ runtime: win-x64
29
30
steps:
31
- name: Clone Repository (release)
0 commit comments