From dd14343065cf5ef5540fa05365b2c07a22881afd Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Thu, 6 Jun 2024 21:38:50 -0500 Subject: [PATCH] Update tests --- .github/workflows/test_set_1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_set_1.yml b/.github/workflows/test_set_1.yml index 4f00fb8..d64a2b4 100644 --- a/.github/workflows/test_set_1.yml +++ b/.github/workflows/test_set_1.yml @@ -11,7 +11,7 @@ jobs: if: github.repository_owner == 'hwdsl2' strategy: matrix: - os_version: ["centos:9s", "centos:8s", "centos:7", "rockylinux:8", "almalinux:9", "almalinux:8", "amazonlinux:2"] + os_version: ["centos:9s", "rockylinux:8", "almalinux:9", "almalinux:8", "amazonlinux:2"] fail-fast: false env: OS_VERSION: ${{ matrix.os_version }}