mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
gha: Update cross-platform-actions to v0.23.0
This commit is contained in:
parent
6a2fe78ba4
commit
20385aba10
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -171,18 +171,18 @@ jobs:
|
||||||
freebsd_version: '13.2'
|
freebsd_version: '13.2'
|
||||||
host_dmd: dmd-2.095.0
|
host_dmd: dmd-2.095.0
|
||||||
name: ${{ matrix.job_name }}
|
name: ${{ matrix.job_name }}
|
||||||
runs-on: macos-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 50
|
fetch-depth: 50
|
||||||
- name: Run in VM
|
- name: Run in VM
|
||||||
uses: cross-platform-actions/action@v0.22.0
|
uses: cross-platform-actions/action@v0.23.0
|
||||||
with:
|
with:
|
||||||
operating_system: freebsd
|
operating_system: freebsd
|
||||||
hypervisor: qemu
|
hypervisor: qemu
|
||||||
memory: 8G
|
memory: 12G
|
||||||
sync_files: runner-to-vm
|
sync_files: runner-to-vm
|
||||||
version: ${{ matrix.freebsd_version }}
|
version: ${{ matrix.freebsd_version }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue