Skip to content

Commit

Permalink
Merge pull request #559 from openedx/feanil/ubuntu_upgrade
Browse files Browse the repository at this point in the history
build: Switch to ubuntu-latest for builds
  • Loading branch information
Feanil Patel authored Sep 10, 2024
2 parents c26012d + 283d3da commit e601512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-latest]
python-version:
- '3.12'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

push:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/support-window-issue-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
create_issue:
name: Create Support Window Issue
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
issues: write
steps:
Expand Down

0 comments on commit e601512

Please sign in to comment.