We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629875d commit 9c2560bCopy full SHA for 9c2560b
.github/workflows/CI.yml
@@ -20,7 +20,7 @@ concurrency:
20
jobs:
21
# The CI test job
22
test:
23
- name: "${{ matrix.os }}: GAP ${{ matrix.gap-branch }} ${{ matrix.ABI }}"
+ name: "${{ matrix.os }}: GAP ${{ matrix.gap-branch }}"
24
runs-on: ${{ matrix.os }}-latest
25
strategy:
26
fail-fast: false
@@ -31,13 +31,9 @@ jobs:
31
- stable-4.14
32
- stable-4.13
33
- stable-4.12
34
- ABI: ['']
35
os:
36
- ubuntu
37
include:
38
- - gap-branch: master
39
- ABI: 32
40
- os: ubuntu
41
- gap-branch: master
42
os: windows
43
@@ -48,7 +44,6 @@ jobs:
48
44
- uses: gap-actions/setup-gap@v2
49
45
with:
50
46
GAPBRANCH: ${{ matrix.gap-branch }}
51
- ABI: ${{ matrix.ABI }}
52
47
- uses: gap-actions/build-pkg@v2
53
- uses: gap-actions/run-pkg-tests@v4
54
0 commit comments