Skip to content

Commit a81f936

Browse files
committed
Removed 32bit environment
1 parent e3cf985 commit a81f936

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@ jobs:
4747
(github.event_name == 'pull_request' &&
4848
github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name) ||
4949
(github.event_name == 'workflow_dispatch' && github.event.inputs.test_linux == 'true')
50-
strategy:
51-
matrix:
52-
config:
53-
- arch_flags: -m32
54-
arch_suffix: :i386
55-
name: (32-bit)
56-
- arch_flags:
57-
arch_suffix:
58-
name: (64-bit)
59-
name: ubuntu ${{ matrix.config.name }}
6050
steps:
6151
- name: checkout
6252
uses: actions/checkout@v4

0 commit comments

Comments
 (0)