From b8afa881da97a3bd47f2e7af4b00526317418b91 Mon Sep 17 00:00:00 2001 From: cs1867 Date: Tue, 12 Sep 2023 17:04:36 -0400 Subject: [PATCH] Update oneshot-build.yml --- .github/workflows/oneshot-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oneshot-build.yml b/.github/workflows/oneshot-build.yml index b1e5546..e2e3469 100644 --- a/.github/workflows/oneshot-build.yml +++ b/.github/workflows/oneshot-build.yml @@ -5,7 +5,7 @@ jobs: strategy: #fail-fast: true matrix: - os: [ 'el7', 'el8', 'el9' ] + os: [ 'el7', 'el8', 'el9', 'd10', 'd12' ] runs-on: ubuntu-latest