mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
GHA: Revert to DMD host compiler for macOS-13 jobs
This commit is contained in:
parent
bb59a07e65
commit
7dd1cc5c7f
1 changed files with 3 additions and 5 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -51,12 +51,10 @@ jobs:
|
||||||
# macOS
|
# macOS
|
||||||
- job_name: macOS 13 x64, DMD (latest)
|
- job_name: macOS 13 x64, DMD (latest)
|
||||||
os: macos-13
|
os: macos-13
|
||||||
# FIXME: Revert this back to "dmd" after 2.107.1 is released.
|
host_dmd: dmd
|
||||||
host_dmd: ldc
|
|
||||||
- job_name: macOS 13 x64, DMD (coverage)
|
- job_name: macOS 13 x64, DMD (coverage)
|
||||||
os: macos-13
|
os: macos-13
|
||||||
# FIXME: Revert this back to "dmd" after 2.107.1 is released.
|
host_dmd: dmd
|
||||||
host_dmd: ldc
|
|
||||||
coverage: true
|
coverage: true
|
||||||
- job_name: macOS 12 x64, DMD (bootstrap)
|
- job_name: macOS 12 x64, DMD (bootstrap)
|
||||||
os: macos-12
|
os: macos-12
|
||||||
|
@ -73,7 +71,6 @@ jobs:
|
||||||
model: 32
|
model: 32
|
||||||
name: ${{ matrix.job_name }}
|
name: ${{ matrix.job_name }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
continue-on-error: ${{ matrix.os == 'macos-13' }}
|
|
||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
env:
|
env:
|
||||||
# for ci/run.sh:
|
# for ci/run.sh:
|
||||||
|
@ -195,6 +192,7 @@ jobs:
|
||||||
operating_system: freebsd
|
operating_system: freebsd
|
||||||
hypervisor: qemu
|
hypervisor: qemu
|
||||||
memory: 12G
|
memory: 12G
|
||||||
|
cpu_count: 4
|
||||||
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