Skip to content

Commit 4bacb6e

Browse files
author
Feanil Patel
authored
Merge pull request #500 from openedx/feanil/ubuntu_upgrade
build: Switch to ubuntu-latest for builds
2 parents f202d51 + 4ba4b32 commit 4bacb6e

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
@@ -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:
1818
- '3.8'
1919
- '3.11'

.github/workflows/pypi-publish.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)