Skip to content

Commit 61ff8c1

Browse files
committed
temporarily stop testing on 32 bit to unbreak CI
1 parent b6cd219 commit 61ff8c1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/jlpkgbutler-ci-master-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
julia-version: [1.0.5, 1.1.1, 1.2.0, 1.3.1, 1.4.0]
14-
julia-arch: [x64, x86]
14+
julia-arch: [x64]
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
1616
exclude:
1717
- os: macOS-latest
@@ -37,4 +37,3 @@ jobs:
3737
name: codecov-umbrella
3838
fail_ci_if_error: false
3939
token: ${{ secrets.CODECOV_TOKEN }}
40-

.github/workflows/jlpkgbutler-ci-pr-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
julia-version: [1.0.5, 1.1.1, 1.2.0, 1.3.1, 1.4.0]
13-
julia-arch: [x64, x86]
13+
julia-arch: [x64]
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
1515
exclude:
1616
- os: macOS-latest

0 commit comments

Comments
 (0)