Skip to content

Commit

Permalink
use ubuntu 20.04 for legacy gh actions. no more python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed May 17, 2024
1 parent e1f713d commit 8fc5716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on: [push, pull_request]
jobs:

unittests_legacy:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["2.7", "3.6"]
python-version: ["3.6"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

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

0 comments on commit 8fc5716

Please sign in to comment.