Skip to content

Commit

Permalink
GHA: Adapt to recent dmd CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke authored and PetarKirov committed Nov 23, 2023
1 parent 17bafda commit bef8a1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ jobs:
timeout-minutes: 40
env:
# for ci/run.sh:
OS_NAME: ${{ startsWith(matrix.os, 'ubuntu') && 'linux' || (startsWith(matrix.os, 'macos') && 'darwin' || '') }}
OS_NAME: ${{ startsWith(matrix.os, 'ubuntu') && 'linux' || (startsWith(matrix.os, 'macos') && 'osx' || '') }}
MODEL: ${{ matrix.model || '64' }}
HOST_DMD: dmd
N: ${{ startsWith(matrix.os, 'macos') && '3' || '2' }}
FULL_BUILD: false
# work around https://issues.dlang.org/show_bug.cgi?id=23517
MACOSX_DEPLOYMENT_TARGET: '11'
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -89,7 +91,7 @@ jobs:
with:
fetch-depth: 50
- name: Run in VM
uses: cross-platform-actions/action@v0.21.0
uses: cross-platform-actions/action@v0.21.1
with:
operating_system: freebsd
hypervisor: qemu
Expand Down

0 comments on commit bef8a1c

Please sign in to comment.