Commit 3358aee
committed
CI: Fix verification on FreeBSD by switching to the same FreeBSD version
v13.2, as used for the build. This should fix this error:
```
/home/runner/work/installer/installer/installer/test/release/generated/dmd2/freebsd/bin64/dmd --version
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /home/runner/work/installer/installer/installer/test/release/generated/dmd2/freebsd/bin64/dmd not found
```
FreeBSD 13 is the oldest still supported version ('legacy').1 parent 40bc9ab commit 3358aee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments