Commit 790c4abc by Bjorn Neergaard Committed by Arun Babu Neelicattu

ci: test against newer OS versions

parent a0cc7d6b
......@@ -18,11 +18,18 @@ on:
jobs:
tests:
name: ${{ matrix.os }} / ${{ matrix.python-version }} ${{ matrix.suffix }}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.image }}
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
os: [Ubuntu, macOS, Windows]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
include:
- os: Ubuntu
image: ubuntu-latest
- os: Windows
image: windows-2022
- os: macOS
image: macos-11
fail-fast: false
defaults:
run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment