From fc1a92c80f9fb13166aae97df87a3060fc64d291 Mon Sep 17 00:00:00 2001 From: Aaron Trowbridge Date: Fri, 6 Dec 2024 15:21:52 -0500 Subject: [PATCH] ci update --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6abc621..2568a00 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,13 +24,13 @@ jobs: matrix: version: - '1.11' - - '1.6' + - '1.10' - 'pre' os: - ubuntu-latest arch: - x64 - - x86 + # - x86 steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2