Downgrade Ubuntu to 20.04 to fix missing Python 3.6

pull/2160/head
grossmj 1 year ago
parent 5209009df9
commit a91ed34f43

@ -13,7 +13,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # Downgrade Ubuntu to 20.04 to fix missing Python 3.6
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]

Loading…
Cancel
Save