File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -162,16 +162,16 @@ jobs:
162
162
fail-fast : false
163
163
matrix :
164
164
target : [win32,win64,winarm64]
165
- variant : [gpl,gpl 7.0 ,gpl-shared,gpl-shared 7.0 ]
165
+ variant : [gpl,gpl 7.1 ,gpl-shared,gpl-shared 7.1 ]
166
166
include :
167
167
- target : linux64
168
168
variant : gpl
169
169
- target : linux64
170
- variant : gpl 7.0
170
+ variant : gpl 7.1
171
171
- target : linuxarm64
172
172
variant : gpl
173
173
- target : linuxarm64
174
- variant : gpl 7.0
174
+ variant : gpl 7.1
175
175
steps :
176
176
- name : Free Disk-Space
177
177
run : df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h
@@ -236,16 +236,16 @@ jobs:
236
236
fail-fast : false
237
237
matrix :
238
238
target : [win32,win64,winarm64]
239
- variant : [gpl,gpl 7.0 ,gpl-shared,gpl-shared 7.0 ]
239
+ variant : [gpl,gpl 7.1 ,gpl-shared,gpl-shared 7.1 ]
240
240
include :
241
241
- target : linux64
242
242
variant : gpl
243
243
- target : linux64
244
- variant : gpl 7.0
244
+ variant : gpl 7.1
245
245
- target : linuxarm64
246
246
variant : gpl
247
247
- target : linuxarm64
248
- variant : gpl 7.0
248
+ variant : gpl 7.1
249
249
steps :
250
250
- name : Free Disk-Space
251
251
run : df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h
Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ jobs:
18
18
fail-fast : false
19
19
matrix :
20
20
target : [win32,win64,winarm64]
21
- variant : [gpl-shared,gpl-shared 7.0 ]
21
+ variant : [gpl-shared,gpl-shared 7.1 ]
22
22
quickbuild : [1]
23
23
include :
24
24
- target : linux64
25
25
variant : gpl
26
26
quickbuild : ' '
27
27
- target : linux64
28
- variant : gpl 7.0
28
+ variant : gpl 7.1
29
29
quickbuild : ' '
30
30
- target : linuxarm64
31
31
variant : gpl
32
32
quickbuild : ' '
33
33
- target : linuxarm64
34
- variant : gpl 7.0
34
+ variant : gpl 7.1
35
35
quickbuild : ' '
36
36
steps :
37
37
- name : Free Disk-Space
You can’t perform that action at this time.
0 commit comments