Skip to content

Commit 3358aee

Browse files
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

File tree

.github/workflows/test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
hypervisor: qemu
7575
memory: 12G
7676
cpu_count: 4
77-
version: '12.2'
77+
version: '13.2'
7878
environment_variables: OS BUILD
7979
shell: bash
8080
run: source ./installer/test/release/validate_release.sh

0 commit comments

Comments
 (0)