Skip to content

Commit

Permalink
Removed Windows from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Feb 9, 2022
1 parent e6881ab commit 67935ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_ci_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest, macos-latest ]
perl: [ '5.34', '5.32', '5.24', '5.18', '5.14', '5.10' ]
include:
- perl: '5.32'
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ t/pod.t
t/sample.pl
t/trace_sample.pl
xt/boilerplate.t
.github/workflows/github_ci_default.yml

0 comments on commit 67935ee

Please sign in to comment.