We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd23466 + d10ec34 commit 7f8160cCopy full SHA for 7f8160c
.github/workflows/ci.yml
@@ -105,8 +105,6 @@ jobs:
105
target:
106
- linux-x86_64-static
107
- linux-x86_64-dyn
108
- - win32-static
109
- - win32-dyn
110
include:
111
- target: linux-x86_64-static
112
image_variant: focal
@@ -120,18 +118,6 @@ jobs:
120
118
arch_name: linux-x86_64
121
119
run_test: true
122
coverage: true
123
- - target: win32-static
124
- image_variant: f35
125
- lib_postfix: '64'
126
- arch_name: i686-w64-mingw32
127
- run_test: false
128
- coverage: false
129
- - target: win32-dyn
130
131
132
133
134
135
env:
136
HOME: /home/runner
137
runs-on: ubuntu-22.04
0 commit comments