Skip to content

Commit 9c2560b

Browse files
committed
CI: give up testing 32 bit ABI
It gets harder and harder to do this in GitHub runners, and less and less useful.
1 parent 629875d commit 9c2560b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 6 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 }}"
23+
name: "${{ matrix.os }}: GAP ${{ matrix.gap-branch }}"
2424
runs-on: ${{ matrix.os }}-latest
2525
strategy:
2626
fail-fast: false
@@ -31,13 +31,9 @@ jobs:
3131
- stable-4.14
3232
- stable-4.13
3333
- stable-4.12
34-
ABI: ['']
3534
os:
3635
- ubuntu
3736
include:
38-
- gap-branch: master
39-
ABI: 32
40-
os: ubuntu
4137
- gap-branch: master
4238
os: windows
4339

@@ -48,7 +44,6 @@ jobs:
4844
- uses: gap-actions/setup-gap@v2
4945
with:
5046
GAPBRANCH: ${{ matrix.gap-branch }}
51-
ABI: ${{ matrix.ABI }}
5247
- uses: gap-actions/build-pkg@v2
5348
- uses: gap-actions/run-pkg-tests@v4
5449
- uses: gap-actions/run-pkg-tests@v4

0 commit comments

Comments
 (0)