Skip to content

Commit

Permalink
Use setup-dlang 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Dec 16, 2024
1 parent e72bba1 commit fa60a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: 'Build & Test'
strategy:
matrix:
os: [macos-latest]
os: [macOS-latest]
arch: [x86_64, arm64]
dc: [ldc-beta, dmd-master]
build: [debug, release]
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

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

Expand Down

0 comments on commit fa60a91

Please sign in to comment.