Skip to content

Commit 094f75f

Browse files
committed
GitHub CI: Only run under Windows.
1 parent 85a2f5d commit 094f75f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,13 @@ jobs:
3030
matrix:
3131

3232
# OS environments under which the job runs.
33-
runner: [ubuntu-latest, macos-latest, windows-latest]
33+
runner: [windows-latest]
3434
# Version of Perl to run. This specifies the most-recent Perl 5.
3535
perl: [ '5' ]
3636

3737
# Add minimum Perl versions, which differ among operating
3838
# systems
3939
include:
40-
- runner: ubuntu-latest
41-
# v5.8.8 is the earliest known to work
42-
perl: '5.8.8'
43-
- runner: macos-latest
44-
# v5.8.8 is the earliest known to work
45-
perl: '5.8.8'
4640
- runner: windows-latest
4741
# v5.26.0 is the earliest known to work
4842
perl: '5.26.0'

0 commit comments

Comments
 (0)