diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8c32deb..6c103b5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,11 +18,8 @@ jobs: strategy: matrix: julia-version: ['1.11.1'] - julia-arch: [x64, x86] + julia-arch: [x64] os: [ubuntu-latest, windows-latest, macOS-latest] - exclude: - - os: macOS-latest - julia-arch: x86 steps: - uses: actions/checkout@v4