mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Change host hypervisor to qemu for FreeBSD
This commit is contained in:
parent
e5b787a3cb
commit
b13052a343
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -135,9 +135,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 50
|
fetch-depth: 50
|
||||||
- name: Run in VM
|
- name: Run in VM
|
||||||
uses: cross-platform-actions/action@v0.19.0
|
uses: cross-platform-actions/action@v0.21.0
|
||||||
with:
|
with:
|
||||||
operating_system: freebsd
|
operating_system: freebsd
|
||||||
|
hypervisor: qemu
|
||||||
|
memory: 8G
|
||||||
|
sync_files: runner-to-vm
|
||||||
version: ${{ matrix.freebsd_version }}
|
version: ${{ matrix.freebsd_version }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue