From 99c713b9a06871ebfe899e91e18276d92a6c0585 Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Thu, 2 Jun 2022 14:33:16 -0500 Subject: [PATCH] Update test_linux.yml --- .github/workflows/test_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 73a40b79..23510340 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -21,7 +21,7 @@ jobs: - { os: ubuntu, tag: 22.04, arch: debian, arch_ver: 12 } - { os: debian, tag: 10, arch: debian, arch_ver: 10 } - { os: debian, tag: 11, arch: debian, arch_ver: 11 } - - { os: debian, tag: 11, arch: debian, arch_ver: 12 } + - { os: debian, tag: 12, arch: debian, arch_ver: 12 } - { os: centos, tag: 7, arch: rhel, arch_ver: 7 } - { os: rockylinux, tag: 8, arch: rhel, arch_ver: 8 } - { os: oraclelinux, tag: 8, arch: rhel, arch_ver: 8 }