Skip to content

Commit c456911

Browse files
author
Feanil Patel
authored
Merge pull request #115 from openedx/feanil/ubuntu_upgrade
build: Switch to ubuntu-latest for builds
2 parents 6bca0d6 + ea7f99e commit c456911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.8', '3.11', '3.12']
1818
toxenv: [quality, docs, django42]
1919

.github/workflows/pypi-publish.yml

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

99
push:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)