Skip to content

Commit

Permalink
updated validation.yml, took out ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangWaltenberger committed Aug 19, 2024
1 parent 9aeaff2 commit f7ebd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
os: [ubuntu-20.04, ubuntu-latest, macos-latest]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
os: [ubuntu-22.04, ubuntu-24.04, macos-latest]

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

0 comments on commit f7ebd7a

Please sign in to comment.