Skip to content

Commit a7c1817

Browse files
authored
Merge pull request #118 from openedx/feanil/ubuntu_upgrade
build: Switch to ubuntu-latest for builds
2 parents 405bc9a + 491fdf7 commit a7c1817

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os:
18-
- ubuntu-20.04
18+
- ubuntu-latest
1919
python-version: ['3.11']
2020
toxenv: [ unittest, quality ]
2121
steps:

.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

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

1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)