Skip to content
Snippets Groups Projects
Commit 711ccfa1 authored by Ben Gamari's avatar Ben Gamari
Browse files

ghcup-metadata: Use Rocky 8 for RHEL < 9

parent 383be28f
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,8 @@ def mk_new_yaml(release_mode, version, date, pipeline_type, job_map):
, "unknown_versioning" : centos7 }
, "Linux_Fedora" : { ">= 33": fedora33
, "unknown_versioning": centos7 }
, "Linux_RedHat" : { "unknown_versioning": fedora33 }
, "Linux_RedHat" : { "< 9": rocky8
, "unknown_versioning": fedora33 }
, "Linux_UnknownLinux" : { "unknown_versioning": rocky8 }
, "Darwin" : { "unknown_versioning" : darwin_x86 }
, "Windows" : { "unknown_versioning" : windows }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment