Skip to content

Commit

Permalink
7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nihil-admirari committed Oct 3, 2024
1 parent be0b908 commit 756f2cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,16 @@ jobs:
fail-fast: false
matrix:
target: [win32,win64,winarm64]
variant: [gpl,gpl 7.0,gpl-shared,gpl-shared 7.0]
variant: [gpl,gpl 7.1,gpl-shared,gpl-shared 7.1]
include:
- target: linux64
variant: gpl
- target: linux64
variant: gpl 7.0
variant: gpl 7.1
- target: linuxarm64
variant: gpl
- target: linuxarm64
variant: gpl 7.0
variant: gpl 7.1
steps:
- name: Free Disk-Space
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
Expand Down Expand Up @@ -236,16 +236,16 @@ jobs:
fail-fast: false
matrix:
target: [win32,win64,winarm64]
variant: [gpl,gpl 7.0,gpl-shared,gpl-shared 7.0]
variant: [gpl,gpl 7.1,gpl-shared,gpl-shared 7.1]
include:
- target: linux64
variant: gpl
- target: linux64
variant: gpl 7.0
variant: gpl 7.1
- target: linuxarm64
variant: gpl
- target: linuxarm64
variant: gpl 7.0
variant: gpl 7.1
steps:
- name: Free Disk-Space
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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
fail-fast: false
matrix:
target: [win32,win64,winarm64]
variant: [gpl-shared,gpl-shared 7.0]
variant: [gpl-shared,gpl-shared 7.1]
quickbuild: [1]
include:
- target: linux64
variant: gpl
quickbuild: ''
- target: linux64
variant: gpl 7.0
variant: gpl 7.1
quickbuild: ''
- target: linuxarm64
variant: gpl
quickbuild: ''
- target: linuxarm64
variant: gpl 7.0
variant: gpl 7.1
quickbuild: ''
steps:
- name: Free Disk-Space
Expand Down

0 comments on commit 756f2cf

Please sign in to comment.