Skip to content

Commit bceadf1

Browse files
authored
Merge pull request #135 from edx/diana/upgrade-ubuntu
feat: Upgrade Ubuntu version for provisioning tests.
2 parents d3aa561 + 4b8db0c commit bceadf1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cli-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
os:
2525
- name: linux
26-
image: ubuntu-20.04 # Focal Fossa
26+
image: ubuntu-24.04
2727
- name: mac
2828
image: macos-13
2929
python-version:

.github/workflows/provisioning-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os:
31-
- ubuntu-20.04 # Ubuntu 20.04 "Focal Fossa"
31+
- ubuntu-24.04
3232
python-version: [ '3.11' ]
3333
services: [ discovery+lms+forum ,registrar+lms, ecommerce+lms, edx_notes_api+lms, credentials+lms, xqueue, analyticsapi+insights+lms, designer+lms, enterprise-subsidy+enterprise-catalog+enterprise-access+lms, license-manager+lms]
3434
fail-fast: false # some services can be flaky; let others run to completion even if one fails
@@ -56,7 +56,7 @@ jobs:
5656
# 2023-09-28: google-cloud-sdk removed from this list because it was intermittently
5757
# unavailable as an apt package to remove, and might be migrating to snap. If more
5858
# disk space is needed, see if the snap is installed, and remove that.
59-
run: sudo apt remove --purge -y ghc-* azure-cli hhvm llvm-* dotnet-* powershell mono-* php* ruby*
59+
run: sudo apt remove --purge -y ghc-* azure-cli llvm-* dotnet-* powershell mono-* php* ruby*
6060

6161
- name: set up requirements
6262
run: make requirements

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313

1414
run_ci:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
env:
1717
DEVSTACK_WORKSPACE: /tmp
1818
SHALLOW_CLONE: 1

0 commit comments

Comments
 (0)