Skip to content

Commit 589e40b

Browse files
committed
github: use newer version of ubuntu
The current version is being deprecated Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
1 parent 2f5669b commit 589e40b

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • packages/xs-extra/xapi-storage.11.19.0_sxm2

2 files changed

+2
-2
lines changed

.github/workflows/lcm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'release/yangtze/lcm'
1212
jobs:
1313
build:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Update apt cache
1717
run: sudo apt-get update

packages/xs-extra/xapi-storage.11.19.0_sxm2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
depexts: [
2424
["python"] {os-distribution = "centos"}
2525
["python"] {os-distribution = "debian"}
26-
["python"] {os-distribution = "ubuntu"}
26+
["python2"] {os-distribution = "ubuntu"}
2727
]
2828
synopsis: "Code and documentation generator for the Xapi storage interface"
2929
url {

0 commit comments

Comments
 (0)