mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 22:20:37 +03:00
gha: Ignore macOS 13 if linker is broken on the runner
This commit is contained in:
parent
f2c4b44248
commit
3d2892be7c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -71,6 +71,7 @@ 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue