From 1ebd31e60eab91bd8bdc586d8df00586ecfb53e4 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 23 Feb 2023 18:23:02 +0000 Subject: [PATCH] Remove redundant CI test. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0be6330a4d..308b2cc67a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: strategy: fail-fast: false matrix: - standard: [ 14, 17 ] + standard: [ 14 ] steps: - uses: actions/checkout@v2 with: