Skip to content

Commit

Permalink
Merge pull request #21 from workhorsy/fix_github_actions
Browse files Browse the repository at this point in the history
Fix GitHub actions
  • Loading branch information
workhorsy authored Nov 17, 2024
2 parents 674a617 + c027c7a commit 9e38879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
name: Dub Tests
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-13]
dc: [dmd-latest, ldc-latest]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install D compiler
uses: dlang-community/setup-dlang@v1
uses: dlang-community/setup-dlang@v2
with:
compiler: ${{ matrix.dc }}

Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

* Release 4.1.0
* Fixed Bug #20: Update github actions to v4

11/17/2024 Release 4.0.0
* Fixed Bug #18: Error messages should escape non display characters
* Fixed Bug #16: Move test totals to bottom
Expand Down

0 comments on commit 9e38879

Please sign in to comment.