Skip to content

Commit da0da7a

Browse files
author
Feanil Patel
authored
Merge pull request #180 from openedx/feanil/ubuntu_upgrade
build: Switch to ubuntu-latest for builds
2 parents dbe032a + 4858107 commit da0da7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-latest]
1818
python-version: ['3.8', '3.11', '3.12']
1919
toxenv: ['django42']
2020

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99

1010
push:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)