From ab33ff8295288d427612ff953f68ca80a446d8f9 Mon Sep 17 00:00:00 2001 From: Gregory Wagner Date: Fri, 18 Oct 2024 10:53:58 -0600 Subject: [PATCH] Update ci --- .github/workflows/ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e135d5ab..dd9fc0cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,8 @@ name: CI + +env: + DATADEPS_ALWAYS_ACCEPT: true + on: push: branches: [main] @@ -19,19 +23,14 @@ jobs: # - nightly os: - ubuntu-latest + - windows-latest arch: - x64 - x86 include: # test macOS and Windows with latest Julia only - os: macOS-latest - arch: x64 - version: '1.10' - - os: windows-latest - arch: x64 - version: '1.10' - - os: windows-latest - arch: x86 + arch: arch64 version: '1.10' steps: - uses: actions/checkout@v3