From e917a05384a40102811f80f1e5e16c7937acca2f Mon Sep 17 00:00:00 2001 From: Eric Neiva Date: Fri, 5 Jan 2024 11:35:26 +0100 Subject: [PATCH] Expand CI workflows to check behaviour with x86 --- .github/workflows/CI.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7056baf..b3bc53f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,11 +17,16 @@ jobs: strategy: matrix: version: + - '1.6' - '1.9' + - 'nightly' os: + - macOS-latest + - windows-latest - ubuntu-latest arch: - x64 + - x86 steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1