Skip to content

Commit

Permalink
Update d.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko authored Jan 10, 2025
1 parent d22a650 commit 686f46f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
- os: macos-13
dc: ldc-latest

runs-on: ${{ matrix.os }}

# runs-on: ubuntu-latest

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: dlang-community/setup-dlang@v1

with:
compiler: ${{ matrix.dc }}

- name: 'Build & Test'
run: |
# Build the project, with its main file included, without unittests
Expand Down

0 comments on commit 686f46f

Please sign in to comment.