From 5a170cba0ee878bfefa757c2bded9a6a26e99256 Mon Sep 17 00:00:00 2001 From: Michael Abbott <32575566+mcabbott@users.noreply.github.com> Date: Sun, 9 Apr 2023 12:43:50 -0400 Subject: [PATCH] stop testing on 1.5 --- .github/workflows/CI.yml | 5 ----- 1 file changed, 5 deletions(-) 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