We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42817b commit 270b10eCopy full SHA for 270b10e
1 file changed
.github/workflows/ci/targets.json
@@ -10,7 +10,7 @@
10
{ "id": "linux-powerpc64-be", "name": "QEMU: Linux PowerPC64 BE", "kind": "qemu", "default": true, "runner": "ubuntu-latest", "fpc_target": "powerpc64-linux" },
11
{ "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" },
12
{ "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" },
+ { "id": "netbsd", "name": "VM: NetBSD x86_64", "kind": "vm", "default": false, "runner": "ubuntu-latest", "fpc_target": "x86_64-netbsd" },
14
{ "id": "dragonflybsd", "name": "VM: DragonFlyBSD x86_64", "kind": "vm", "default": true, "runner": "ubuntu-latest", "fpc_target": "x86_64-dragonfly" }
15
]
16
}
0 commit comments