diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6a04f32c5..711268ddc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,11 +33,6 @@ jobs: arch: x86 - os: windows-latest arch: x86 - include: - # Add a 1.5 job because that's what Invenia actually uses - - os: ubuntu-latest - version: "1.5" - arch: x64 steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1