Downgrade Ubuntu to 20.04 to fix missing Python 3.6

This commit is contained in:
grossmj 2022-12-18 14:24:50 +08:00
parent d17c243b13
commit 1c183e660f

View File

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