Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
os:
- name: linux
image: ubuntu-20.04 # Focal Fossa
image: ubuntu-24.04
- name: mac
image: macos-13
python-version:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/provisioning-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04 # Ubuntu 20.04 "Focal Fossa"
- ubuntu-24.04
python-version: [ '3.11' ]
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]
fail-fast: false # some services can be flaky; let others run to completion even if one fails
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# 2023-09-28: google-cloud-sdk removed from this list because it was intermittently
# unavailable as an apt package to remove, and might be migrating to snap. If more
# disk space is needed, see if the snap is installed, and remove that.
run: sudo apt remove --purge -y ghc-* azure-cli hhvm llvm-* dotnet-* powershell mono-* php* ruby*
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hhvm is no longer installed by default in ubuntu 24.04, which is why this was removed.

run: sudo apt remove --purge -y ghc-* azure-cli llvm-* dotnet-* powershell mono-* php* ruby*

- name: set up requirements
run: make requirements
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

run_ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
DEVSTACK_WORKSPACE: /tmp
SHALLOW_CLONE: 1
Expand Down
Loading