Set debian-12 as default

This commit is contained in:
Deda 2024-03-21 19:06:24 +01:00
parent a4931d531a
commit b55565edd9
3 changed files with 6 additions and 6 deletions

View File

@ -15,8 +15,8 @@ on:
- RelWithDebInfo
target_os:
type: choice
description: "Target OS for which memgraph will be packaged. Select 'all' if you want to package for every listed OS. Default is Debian 11"
default: 'debian-11'
description: "Target OS for which memgraph will be packaged. Select 'all' if you want to package for every listed OS. Default is Debian 12"
default: 'debian-12'
options:
- all
- amzn-2

View File

@ -5,8 +5,8 @@ on:
inputs:
os:
type: string
description: "Target os. Default value is debian-11."
default: 'debian-11'
description: "Target os. Default value is debian-12."
default: 'debian-12'
arch:
type: string
description: "Target architecture. Default value is amd."

View File

@ -5,8 +5,8 @@ on:
inputs:
os:
type: string
description: "Target os. Default value is debian-11."
default: 'debian-11'
description: "Target os. Default value is debian-12."
default: 'debian-12'
arch:
type: string
description: "Target architecture. Default value is amd."