Skip to content

Commit c99bc3a

Browse files
committed
build: Switch to ubuntu-latest for builds
This code does not have any dependencies that are specific to any specific version of ubuntu. So instead of testing on a specific version and then needing to do work to keep the versions up-to-date, we switch to the ubuntu-latest target which should be sufficient for testing purposes. This work is being done as a part of openedx/platform-roadmap#377 closes #4410
1 parent f30ed47 commit c99bc3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/migrations-check-mysql8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ ubuntu-20.04 ]
16+
os: [ ubuntu-latest ]
1717
python-version: [ 3.12 ]
1818

1919
steps:

.github/workflows/requirements-upgrade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
upgrade_requirements:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717

1818
strategy:
1919
matrix:

0 commit comments

Comments
 (0)