From 9e40e3f60fa22ba5fb4441814e81af081229185c Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 27 Dec 2022 03:22:02 -0500 Subject: [PATCH] CI: stop testing on 32-bit; only test on 64-bit (#118) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2861ce..f148ba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,6 @@ jobs: - windows-latest arch: - x64 - - x86 steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1