Skip to content

Commit 8fc5716

Browse files
committed
use ubuntu 20.04 for legacy gh actions. no more python 2.7
1 parent e1f713d commit 8fc5716

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on: [push, pull_request]
88
jobs:
99

1010
unittests_legacy:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
python-version: ["2.7", "3.6"]
14+
python-version: ["3.6"]
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-22.04
4040
strategy:
4141
matrix:
42-
python-version: ["3.9", "3.10"]
42+
python-version: ["3.9", "3.10", "3.11", "3.12"]
4343

4444
steps:
4545
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)