From ece50c1ee98fc0939a185acbd117ef23475d99e4 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 11 Jul 2022 19:07:07 +0000 Subject: [PATCH] Remove 32-bit arches from unit testing CI workflow 32-bit is causing problems in an upstream package, and I'm not sure why, so remove it for now. --- .github/workflows/UnitTests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/UnitTests.yml b/.github/workflows/UnitTests.yml index 72cb075..2ea610e 100644 --- a/.github/workflows/UnitTests.yml +++ b/.github/workflows/UnitTests.yml @@ -17,14 +17,10 @@ jobs: - 'nightly' julia-arch: - x64 - - x86 os: - ubuntu-latest - windows-latest - macOS-latest - exclude: - - os: macOS-latest - julia-arch: x86 steps: - name: Checkout repository