Stop testing on Windows

This commit is contained in:
Dave Cross 2020-11-09 12:05:48 +00:00
parent 674c06c6e8
commit ef2401b092

View file

@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: [ 'ubuntu-latest', 'macos-latest' ]
perl: [ 'latest' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps: