Skip to content

Commit 8cbbd4a

Browse files
authored
Merge pull request #63 from masiuchi/fix/ci-errors
Fix CI errors
2 parents 4678d7b + 407986d commit 8cbbd4a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ task:
22
name: FreeBSD
33
freebsd_instance:
44
matrix:
5-
# image: freebsd-11-3-release-amd64
6-
image: freebsd-12-1-release-amd64
7-
# image: freebsd-13-0-release-amd64
5+
image_family: freebsd-14-3
86
install_script:
97
- pkg info
108
- pkg install -y gcc

.github/workflows/windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
distribution:
3838
- 'default'
3939
- 'strawberry'
40+
exclude:
41+
- perl: '5.42'
42+
distribution: 'strawberry'
4043

4144
name: Perl ${{ matrix.perl }} distribution:${{ matrix.distribution }}
4245
steps:

0 commit comments

Comments
 (0)