Skip to content

Commit f4a732a

Browse files
committed
CI: give up testing 32 bit ABI
It gets harder and hard to do this in GitHub runners, and less and less useful.
1 parent 43569f0 commit f4a732a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
jobs:
2121
# The CI test job
2222
test:
23-
name: ${{ matrix.os }} - GAP ${{ matrix.gap-branch }} ${{ matrix.ABI }} - HPCGAP ${{ matrix.HPCGAP }} - coverage ${{ matrix.coverage }}
23+
name: ${{ matrix.os }} - GAP ${{ matrix.gap-branch }} - HPCGAP ${{ matrix.HPCGAP }} - coverage ${{ matrix.coverage }}
2424
runs-on: ${{ matrix.os }}-latest
2525
strategy:
2626
fail-fast: false
@@ -31,8 +31,6 @@ jobs:
3131
- true
3232
HPCGAP:
3333
- no
34-
ABI:
35-
- 64
3634
GAP_PKGS_TO_BUILD:
3735
- profiling
3836
gap-branch:
@@ -46,25 +44,21 @@ jobs:
4644
gap-branch: master
4745
GAP_PKGS_TO_BUILD: ''
4846
HPCGAP: 'yes'
49-
ABI: 64
5047
coverage: 'false'
5148
- os: ubuntu
5249
gap-branch: master
5350
GAP_PKGS_TO_BUILD: 'profiling'
5451
HPCGAP: 'no'
55-
ABI: 32
5652
coverage: true
5753
- os: macos
5854
gap-branch: master
5955
GAP_PKGS_TO_BUILD: 'profiling'
6056
HPCGAP: 'no'
61-
ABI: 64
6257
coverage: true
6358
- os: windows
6459
gap-branch: master
6560
GAP_PKGS_TO_BUILD: 'profiling'
6661
HPCGAP: 'no'
67-
ABI: 64
6862
coverage: true
6963

7064
steps:
@@ -74,7 +68,6 @@ jobs:
7468
- uses: gap-actions/setup-gap@v2
7569
with:
7670
GAPBRANCH: ${{ matrix.gap-branch }}
77-
ABI: ${{ matrix.ABI }}
7871
GAP_PKGS_TO_BUILD: ${{ matrix.GAP_PKGS_TO_BUILD }}
7972
HPCGAP: ${{ matrix.HPCGAP }}
8073
- uses: gap-actions/build-pkg@v2

0 commit comments

Comments
 (0)