Skip to content

Commit

Permalink
update Python Packaging CI to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Aug 10, 2023
1 parent b2e602f commit 20035f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-latest]
python-version: [3.8, 3.9]
os: ['ubuntu-latest', 'macos-latest']
python-version: [3.8, 3.10]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 20035f3

Please sign in to comment.