ci: Don't bother with static or 32-bit
Static builds are mostly pointless as the compilers used differ quite a lot. We also shouldn't bother with 32-bit anymore, as it has been replaced by 64-bit on Windows.
This commit is contained in:
@@ -24,8 +24,8 @@ jobs:
|
||||
matrix:
|
||||
license_version: [ 3, 2 ]
|
||||
license: [ "GPL", "LGPL" ]
|
||||
type: [ "shared" , "static" ]
|
||||
bits: [ 64, 32 ]
|
||||
type: [ "shared" ]
|
||||
bits: [ 64 ]
|
||||
name: "Windows (${{ matrix.bits }}bit, ${{ matrix.type }}, ${{ matrix.license }}v${{ matrix.license_version}})"
|
||||
steps:
|
||||
- name: "automation: Check out"
|
||||
|
||||
Reference in New Issue
Block a user