[try switching to macOS hosts]

This commit is contained in:
Martin Kinkelin 2023-09-19 18:34:27 +02:00 committed by Iain Buclaw
parent f221cb335f
commit 6325773169

View file

@ -128,13 +128,13 @@ jobs:
freebsd_version: '12.4' freebsd_version: '12.4'
host_dmd: dmd-2.095.0 host_dmd: dmd-2.095.0
name: ${{ matrix.job_name }} name: ${{ matrix.job_name }}
runs-on: ubuntu-latest runs-on: macos-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 qemu VM - name: Run in VM
uses: cross-platform-actions/action@v0.19.0 uses: cross-platform-actions/action@v0.19.0
with: with:
operating_system: freebsd operating_system: freebsd
@ -149,7 +149,7 @@ jobs:
export OS_NAME=freebsd export OS_NAME=freebsd
export MODEL=64 export MODEL=64
export HOST_DMD='${{ matrix.host_dmd }}' export HOST_DMD='${{ matrix.host_dmd }}'
export N=2 export N=3
export FULL_BUILD=true export FULL_BUILD=true
export CI_DFLAGS="-version=TARGET_FREEBSD${freebsd_major}" export CI_DFLAGS="-version=TARGET_FREEBSD${freebsd_major}"