Skip to content

Commit

Permalink
Use ubuntu-20.04 to run CI tests that require python<=3.6 (canonical#928
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mkalcok authored Apr 24, 2023
1 parent 287c5f9 commit 7afd45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/framework-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-latest, windows-latest]
python-version: ["3.5", "3.6", "3.8", "3.10"]

steps:
Expand All @@ -57,7 +57,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
python-version: ["3.5", "3.6", "3.8", "3.10"]

steps:
Expand Down

0 comments on commit 7afd45d

Please sign in to comment.