Skip to content

Commit 270b10e

Browse files
committed
disable netbsd ci for now.
1 parent d42817b commit 270b10e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{ "id": "linux-powerpc64-be", "name": "QEMU: Linux PowerPC64 BE", "kind": "qemu", "default": true, "runner": "ubuntu-latest", "fpc_target": "powerpc64-linux" },
1111
{ "id": "freebsd", "name": "VM: FreeBSD x86_64", "kind": "vm", "default": true, "runner": "ubuntu-latest", "fpc_target": "x86_64-freebsd", "fpc_tarball_target": "x86_64-freebsd11" },
1212
{ "id": "solaris", "name": "VM: Solaris x86_64", "kind": "vm", "default": true, "runner": "ubuntu-latest", "fpc_target": "x86_64-solaris" },
13-
{ "id": "netbsd", "name": "VM: NetBSD x86_64", "kind": "vm", "default": true, "runner": "ubuntu-latest", "fpc_target": "x86_64-netbsd" },
13+
{ "id": "netbsd", "name": "VM: NetBSD x86_64", "kind": "vm", "default": false, "runner": "ubuntu-latest", "fpc_target": "x86_64-netbsd" },
1414
{ "id": "dragonflybsd", "name": "VM: DragonFlyBSD x86_64", "kind": "vm", "default": true, "runner": "ubuntu-latest", "fpc_target": "x86_64-dragonfly" }
1515
]
1616
}

0 commit comments

Comments
 (0)