1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

use ubuntu-20.04 instead of latest for python 3.6

This commit is contained in:
Kelly Brazil
2022-12-23 10:25:12 -08:00
committed by GitHub
parent 71f672a0e0
commit c524d37136

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-20.04, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
steps: