Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
Try changing ubuntu version as per actions/runner-images#6709
  • Loading branch information
naik-aakash authored Oct 27, 2023
1 parent 295e956 commit 7355328
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 @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

coverage:
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down

0 comments on commit 7355328

Please sign in to comment.