diff options
author | 2021-03-15 00:11:08 -0600 | |
---|---|---|
committer | 2021-03-15 00:11:08 -0600 | |
commit | d6edfed1ca6f3c68becdfdbb8407b1aa770c66c8 (patch) | |
tree | c5c558f47e7f73b5583b2b4b9bb35cff96662f9c /.github | |
parent | process: drop unused is_running() (diff) | |
download | snakeoil-d6edfed1ca6f3c68becdfdbb8407b1aa770c66c8.tar.gz snakeoil-d6edfed1ca6f3c68becdfdbb8407b1aa770c66c8.tar.bz2 snakeoil-d6edfed1ca6f3c68becdfdbb8407b1aa770c66c8.zip |
github: add py3.9 macos testing
And upgrade macos tests to non-experimental.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b321700..ca7a903 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,16 +12,13 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest] python-version: ['3.8', '3.9'] experimental: [false] include: - os: ubuntu-latest python-version: '3.10.0-alpha - 3.10.0' experimental: true - - os: macos-latest - python-version: '3.8' - experimental: true steps: - name: Checkout code |