Skip to content

Commit

Permalink
stop running on windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Nov 16, 2020
1 parent db9e46c commit 4b19edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [ubuntu-latest, macos-latest, windows-latest]
runner: [ubuntu-latest, macos-latest] # TODO: fix code to run on Windows as well, windows-latest
perl: [ '5.32' ]
runs-on: ${{matrix.runner}}
name: OS ${{matrix.runner}} Perl ${{matrix.perl}}
Expand Down

0 comments on commit 4b19edc

Please sign in to comment.