Skip to content

Commit

Permalink
Update Ubuntu and Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed May 17, 2024
1 parent 3149838 commit 690791a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:

jobs:
test:
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"

steps:
- uses: "actions/checkout@v2"

- name: "Set up Python 3.8"
- name: "Set up Python 3.10"
uses: "actions/setup-python@v1"
with:
python-version: "3.8"
python-version: "3.10"

- name: "Install dependencies"
run: |
Expand Down

0 comments on commit 690791a

Please sign in to comment.