diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 258adc53..42539bd6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ concurrency: jobs: test: - name: ${{ matrix.downgrade && 'Downgrade / ' || '' }}Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} + name: ${{ matrix.downgrade && 'Downgrade / ' || '' }}Julia ${{ matrix.version }} - ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -28,21 +28,16 @@ jobs: - 'pre' os: - ubuntu-latest - arch: - - x64 downgrade: [false] include: - version: '1' os: windows-latest - arch: x64 downgrade: false - version: '1' os: macOS-latest - arch: x64 downgrade: false - version: 'min' os: ubuntu-latest - arch: x64 downgrade: true steps: - uses: actions/checkout@v6 @@ -50,7 +45,6 @@ jobs: id: setup-julia with: version: ${{ matrix.version }} - arch: ${{ matrix.arch }} - uses: julia-actions/cache@v3 - uses: julia-actions/julia-downgrade-compat@v2 with: