gha: Update cross-platform-actions to v0.23.0

This commit is contained in:
Iain Buclaw 2024-02-19 00:19:53 +01:00
parent 6a2fe78ba4
commit 20385aba10

View file

@ -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