diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d348fc06..bc177e69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,14 @@ jobs: env: GKS_ENCODING: "utf8" GKSwstype: "nul" - name: Julia ${{ matrix.version }} - ${{ matrix.test_set }} - ${{ matrix.os }} + name: $${{ matrix.test_set }} - {{ matrix.version }} - ${{ matrix.os }} runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.version == 'nightly' || matrix.version == '^1.11.0-0' }} strategy: fail-fast: false matrix: - version: ['1.8', '1.9', '1.10'] test_set: ["basic", "plots", "higher_order", "hmc_estimation", "tempering_estimation"] + version: ['1.8', '1.9', '1.10'] os: [ubuntu-latest, macOS-latest, windows-latest] arch: [x64] exclude: