Skip to content

Commit 9dd56ac

Browse files
nihil-admirarigithub-actions[bot]
authored andcommitted
7.1 release
1 parent 2afb134 commit 9dd56ac

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,16 @@ jobs:
162162
fail-fast: false
163163
matrix:
164164
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]
166166
include:
167167
- target: linux64
168168
variant: gpl
169169
- target: linux64
170-
variant: gpl 7.0
170+
variant: gpl 7.1
171171
- target: linuxarm64
172172
variant: gpl
173173
- target: linuxarm64
174-
variant: gpl 7.0
174+
variant: gpl 7.1
175175
steps:
176176
- name: Free Disk-Space
177177
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:
236236
fail-fast: false
237237
matrix:
238238
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]
240240
include:
241241
- target: linux64
242242
variant: gpl
243243
- target: linux64
244-
variant: gpl 7.0
244+
variant: gpl 7.1
245245
- target: linuxarm64
246246
variant: gpl
247247
- target: linuxarm64
248-
variant: gpl 7.0
248+
variant: gpl 7.1
249249
steps:
250250
- name: Free Disk-Space
251251
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

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
target: [win32,win64,winarm64]
21-
variant: [gpl-shared,gpl-shared 7.0]
21+
variant: [gpl-shared,gpl-shared 7.1]
2222
quickbuild: [1]
2323
include:
2424
- target: linux64
2525
variant: gpl
2626
quickbuild: ''
2727
- target: linux64
28-
variant: gpl 7.0
28+
variant: gpl 7.1
2929
quickbuild: ''
3030
- target: linuxarm64
3131
variant: gpl
3232
quickbuild: ''
3333
- target: linuxarm64
34-
variant: gpl 7.0
34+
variant: gpl 7.1
3535
quickbuild: ''
3636
steps:
3737
- name: Free Disk-Space

0 commit comments

Comments
 (0)