Skip to content

Commit

Permalink
Run on Ubuntu-latest without python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HafeezOJ committed Jan 30, 2025
1 parent 1cf1182 commit f69d58d
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 @@ -20,12 +20,12 @@ on:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: ubuntu-latest
# See: https://github.com/marketplace/actions/skip-based-on-commit-message
if: "!contains(github.event.head_commit.message, 'ci skip') || !contains(github.event.head_commit.message, 'skip ci')"
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']

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

0 comments on commit f69d58d

Please sign in to comment.