Skip to content
Snippets Groups Projects
Commit 14c9ec62 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

ghcup-metadata: Use Debian 9 binaries on Ubuntu 16, 17

Closes #24646.
parent b0fbd181
No related branches found
No related tags found
No related merge requests found
...@@ -216,7 +216,8 @@ def mk_new_yaml(release_mode, version, date, pipeline_type, job_map): ...@@ -216,7 +216,8 @@ def mk_new_yaml(release_mode, version, date, pipeline_type, job_map):
, ">= 11": deb11 , ">= 11": deb11
, "unknown_versioning": deb11 } , "unknown_versioning": deb11 }
, "Linux_Ubuntu" : { "unknown_versioning": ubuntu2004 , "Linux_Ubuntu" : { "unknown_versioning": ubuntu2004
, "( >= 16 && < 19 )": ubuntu1804 , "( >= 16 && < 18 )": deb9
, "( >= 18 && < 19 )": ubuntu1804
} }
, "Linux_Mint" : { "< 20": ubuntu1804 , "Linux_Mint" : { "< 20": ubuntu1804
, ">= 20": ubuntu2004 } , ">= 20": ubuntu2004 }
......
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