Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7534:9b9eb81abef7
skip travisci build
[skip travis]
save cycles.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 13 Jul 2023 00:10:44 -0400 |
| parents | 550499bb6ced |
| children | d0577afa2c22 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Thu Jul 13 00:09:23 2023 -0400 +++ b/.github/workflows/ci-test.yml Thu Jul 13 00:10:44 2023 -0400 @@ -68,6 +68,7 @@ #- python-version: 3.12 # os: ubuntu-22.04 # experimental: [true] + # 3.6 not available on new 22.04 runners, so run on 20.04 ubuntu - python-version: 3.6 os: ubuntu-20.04
