Skip to content

Commit

Permalink
Omit unnecessary matrix variables in the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Nov 20, 2024
1 parent 8619f8a commit 53b8cab
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,6 @@ jobs:
strategy:
fail-fast: false
matrix:
arch:
- amd64
- arm64
- armel
- armhf
- i386
- mips
- mips64
- mips64el
- mips64r6
- mips64r6el
- mipsel
- mipsr6
- mipsr6el
- powerpc
- ppc64el
- riscv64
- s390x
include:
- arch: amd64
CC: x86_64-linux-gnu
Expand Down Expand Up @@ -123,9 +105,6 @@ jobs:
strategy:
fail-fast: false
matrix:
arch:
- amd64
- arm64
include:
- arch: amd64
target: x86_64-apple-darwin
Expand Down Expand Up @@ -190,9 +169,6 @@ jobs:
strategy:
fail-fast: false
matrix:
arch:
- amd64
- i386
include:
- arch: amd64
msystem: UCRT64
Expand Down

0 comments on commit 53b8cab

Please sign in to comment.