Skip to content

Commit

Permalink
CI: update to Ubuntu 22.04
Browse files Browse the repository at this point in the history
We need to explicitly install python2, since it is no longer the default.

Eventually we may want to drop this completely, but we're not there yet.

Signed-off-by: Edwin Török <edwin.torok@cloud.com>
  • Loading branch information
edwintorok committed Apr 25, 2024
1 parent 09b4bdb commit cc55dd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

ocaml-tests:
name: Run OCaml tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
# Ensure you also update test-sdk-builds
# when changing this value, to keep builds
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

deprecation-test:
name: Deprecation tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/setup-xapi-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ runs:
shell: bash
run: sudo apt-get update

- name: Install python2
shell: bash
run: sudo apt-get install python2

- name: Use disk with more space for TMPDIR and XDG_CACHE_HOME
shell: bash
run: |
Expand Down

0 comments on commit cc55dd2

Please sign in to comment.