mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +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:
|
||||
fetch-depth: 50
|
||||
- name: Run in VM
|
||||
uses: cross-platform-actions/action@v0.19.0
|
||||
uses: cross-platform-actions/action@v0.21.0
|
||||
with:
|
||||
operating_system: freebsd
|
||||
hypervisor: qemu
|
||||
memory: 8G
|
||||
sync_files: runner-to-vm
|
||||
version: ${{ matrix.freebsd_version }}
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue