Stop testing on Windows
This commit is contained in:
parent
674c06c6e8
commit
ef2401b092
1 changed files with 1 additions and 1 deletions
2
.github/workflows/perltest.yml
vendored
2
.github/workflows/perltest.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue