mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-23 08:30:07 -03:00
ci: fix Python profile after ubuntu-latest 20.04->22.04 update
Github has changed the ubuntu-latest runner and it does not ship Python 3.6 any more ¯\_(ツ)_/¯ See https://github.com/actions/setup-python/issues/544#issuecomment-1320295576 test plan: * CI profile for python is green
This commit is contained in:
parent
fdf062436b
commit
fd9e1c3b63
2
.github/workflows/pyTest.yml
vendored
2
.github/workflows/pyTest.yml
vendored
@ -4,7 +4,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
platform: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user