Skip to content

Commit

Permalink
Fixed deprecated Ubuntu version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
misharash committed Apr 6, 2024
1 parent 239583b commit 3221cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
max-parallel: 3
matrix:
python-version: [2.7, 3.8]
python-version: [2.7, 3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3221cbb

Please sign in to comment.