Skip to content

Commit

Permalink
[Mod] build: CI: GitHub: Try reducing CPA VM size to 4GB. See <cross-…
Browse files Browse the repository at this point in the history
  • Loading branch information
manxorist committed Nov 1, 2023
1 parent 3aaf4da commit d86434c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/FreeBSD-12.4-Makefile.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
architecture: x86_64
hypervisor: xhyve
memory: 4G
operating_system: freebsd
version: '12.4'
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/FreeBSD-13.2-Makefile.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
architecture: x86_64
hypervisor: xhyve
memory: 4G
operating_system: freebsd
version: '13.2'
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/NetBSD-9.3-Makefile.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
architecture: x86_64
hypervisor: qemu
memory: 4G
operating_system: netbsd
version: '9.3'
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/OpenBSD-7.4-Makefile.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
architecture: x86_64
hypervisor: xhyve
memory: 4G
operating_system: openbsd
version: '7.4'
shell: bash
Expand Down

0 comments on commit d86434c

Please sign in to comment.