From 1c3b768ed0fe2fd00f5ac6bb132c9f171ac2e255 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 22 Dec 2020 12:38:00 -0800 Subject: [PATCH] update ubuntu version number Signed-off-by: Nikolaj Bjorner --- scripts/mk_nuget_task.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/mk_nuget_task.py b/scripts/mk_nuget_task.py index 8eae84de7..d44740f49 100644 --- a/scripts/mk_nuget_task.py +++ b/scripts/mk_nuget_task.py @@ -23,7 +23,8 @@ def mk_dir(d): os_info = {"z64-ubuntu-14" : ('so', 'ubuntu.14.04-x64'), - 'ubuntu-16' : ('so', 'ubuntu-x64'), + 'ubuntu-18' : ('so', 'ubuntu-x64'), + 'ubuntu-20' : ('so', 'ubuntu-x64'), 'x64-win' : ('dll', 'win-x64'), # Skip x86 as I can't get dotnet build to produce AnyCPU TargetPlatform # 'x86-win' : ('dll', 'win-x86'),