From 36be9b717739accdaa609fd7e52f20e1eb67506a Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Sun, 16 Aug 2020 19:11:45 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aeee9a0f..fca009a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - { os: debian, tag: 10, arch: debian } # EOL 2024 - { os: centos, tag: 7, arch: rhel } # EOL June 2024 - { os: centos, tag: latest, arch: rhel } # 8 as of April 2020 - - { os: fedora, tag: latest, arch: rhel } # 31 as of April 2020 + - { os: fedora, tag: 30, arch: rhel } # 31 as of April 2020 # - { os: fedora, tag: 32, arch: rhel } # feeling confident? # - { os: fedora, tag: rawhide, arch: rhel } # for thrill-seekers only