Skip to content

Commit

Permalink
fix: move to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Sep 6, 2024
1 parent 9f7597b commit 98b09b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ on:
jobs:
run_tests:
name: tests
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-24.04]
python-version: ['3.11', '3.12']
toxenv: [quality, docs, pii_check, django42]

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 @@ -7,7 +7,7 @@ on:
jobs:

push:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
2 changes: 0 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@

# Common constraints for edx repos
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

backports.zoneinfo;python_version<"3.9"

0 comments on commit 98b09b0

Please sign in to comment.