mirror of
https://github.com/dlang/dmd.git
synced 2025-04-29 22:50:27 +03:00
[try switching to macOS hosts]
This commit is contained in:
parent
f221cb335f
commit
6325773169
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue