Skip to content

Commit decec60

Browse files
Try Ubuntu 20.04, python 3.8
1 parent a5ddc96 commit decec60

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ on: [push]
33
jobs:
44
Run-tests:
55
#runs-on: ubuntu-latest
6-
runs-on: Ubuntu 22.04
6+
#runs-on: Ubuntu 22.04
7+
runs-on: Ubuntu 20.04
78
steps:
89
- uses: actions/checkout@v3
9-
- name: Set up Python 3.9
10+
- name: Set up Python
1011
uses: actions/setup-python@v4
1112
with:
1213
#python-version: '3.9'
13-
python-version: '3.12'
14+
#python-version: '3.12'
15+
python-version: '3.8'
1416
env:
1517
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
1618
- name: Install

0 commit comments

Comments
 (0)