Skip to content

Commit

Permalink
Update pydnd-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coffee-fueled-deadlines authored Sep 3, 2024
1 parent a0e39e5 commit afa1bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pydnd-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ on:
jobs:
build:

runs-on: ubuntu-20.04 # Using an older Ubuntu version for Python 3.6 support
runs-on: ubuntu-18.04 # Using an older Ubuntu version for Python 3.6 support

strategy:
matrix:
python-version: [3.6, 3.8, 3.9, 3.10, 3.11]
python-version: [3.6.15, 3.8, 3.9, 3.11]

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

0 comments on commit afa1bbf

Please sign in to comment.