Skip to content

Commit a27ab39

Browse files
build: updated ubuntu version to latest (#207)
1 parent 84491c9 commit a27ab39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-24.04
26+
image: ubuntu-latest
2727
- name: mac
2828
image: macos-13
2929
python-version:

.github/workflows/provisioning-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os:
31-
- ubuntu-24.04
31+
- ubuntu-latest
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, edx-exams+lms]
3434
fail-fast: false # some services can be flaky; let others run to completion even if one fails

.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-24.04
15+
runs-on: ubuntu-latest
1616
env:
1717
DEVSTACK_WORKSPACE: /tmp
1818
SHALLOW_CLONE: 1

0 commit comments

Comments
 (0)