mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +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
|
||||
- job_name: macOS 13 x64, DMD (latest)
|
||||
os: macos-13
|
||||
# FIXME: Revert this back to "dmd" after 2.107.1 is released.
|
||||
host_dmd: ldc
|
||||
host_dmd: dmd
|
||||
- job_name: macOS 13 x64, DMD (coverage)
|
||||
os: macos-13
|
||||
# FIXME: Revert this back to "dmd" after 2.107.1 is released.
|
||||
host_dmd: ldc
|
||||
host_dmd: dmd
|
||||
coverage: true
|
||||
- job_name: macOS 12 x64, DMD (bootstrap)
|
||||
os: macos-12
|
||||
|
@ -73,7 +71,6 @@ jobs:
|
|||
model: 32
|
||||
name: ${{ matrix.job_name }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: ${{ matrix.os == 'macos-13' }}
|
||||
timeout-minutes: 40
|
||||
env:
|
||||
# for ci/run.sh:
|
||||
|
@ -195,6 +192,7 @@ jobs:
|
|||
operating_system: freebsd
|
||||
hypervisor: qemu
|
||||
memory: 12G
|
||||
cpu_count: 4
|
||||
sync_files: runner-to-vm
|
||||
version: ${{ matrix.freebsd_version }}
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue