Skip to content

Commit 2a4560c

Browse files
author
Feanil Patel
authored
Merge pull request #223 from openedx/feanil/ubuntu_upgrade
build: Switch to ubuntu-latest for builds
2 parents 39a8fc8 + e90c2f3 commit 2a4560c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-20.04]
15+
os: [ubuntu-latest]
1616
python-version:
1717
- '3.11'
1818
- '3.12'

.github/workflows/pypi-publish.yml

+1-1
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)