diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 110cc04..3428e1f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,13 +15,19 @@ jobs: - 'pre' os: - ubuntu-latest - - windows-latest arch: - x64 include: - os: macOS-14 arch: aarch64 version: '1' + - os: ubuntu-latest + arch: x86 + version: '1' + - os: windows-latest + arch: x64 + version: '1' + steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest