Skip to content

Commit

Permalink
Use latest Ubuntu, Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jul 27, 2023
1 parent 522c966 commit 628215c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
python-version: ['3.6', '3.8', '3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
uses: actions/setup-python@v4
witht:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
Expand Down

0 comments on commit 628215c

Please sign in to comment.