diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fda8c1df..c2e3d422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,12 +41,12 @@ jobs: - uses: julia-actions/julia-runtest@latest env: JULIA_DEBUG: 'Main,UnicodePlots' - COLORTERM: 'truecolor' # 24bit + COLORTERM: '24bit' - uses: julia-actions/julia-runtest@latest if: startsWith(matrix.os, 'ubuntu') env: JULIA_DEBUG: 'Main,UnicodePlots' - COLORTERM: 'yes' # 8bit - 256 colors + COLORTERM: '8bit' - uses: julia-actions/julia-processcoverage@latest - uses: codecov/codecov-action@v4 with: