We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5669b commit 589e40bCopy full SHA for 589e40b
.github/workflows/lcm.yml
@@ -11,7 +11,7 @@ on:
11
- 'release/yangtze/lcm'
12
jobs:
13
build:
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
15
steps:
16
- name: Update apt cache
17
run: sudo apt-get update
packages/xs-extra/xapi-storage.11.19.0_sxm2/opam
@@ -23,7 +23,7 @@ depends: [
23
depexts: [
24
["python"] {os-distribution = "centos"}
25
["python"] {os-distribution = "debian"}
26
- ["python"] {os-distribution = "ubuntu"}
+ ["python2"] {os-distribution = "ubuntu"}
27
]
28
synopsis: "Code and documentation generator for the Xapi storage interface"
29
url {
0 commit comments