From 86f68b13e1dba3925d4d437587e4f2417f9e03e3 Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Mon, 18 Nov 2024 17:00:44 -0300 Subject: [PATCH] exclude arch from CI setup --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c8c62ba..7423b486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,20 +13,16 @@ jobs: matrix: version: - '1.6' - - '^1.6' + - 'pre' os: - ubuntu-latest - macOS-latest - windows-latest - arch: - - x64 steps: - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} - arch: ${{ matrix.arch }} - include-all-prereleases: true - uses: actions/cache@v3 env: cache-name: cache-artifacts