Skip to content

Commit

Permalink
Github actions tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
drug007 committed Jul 27, 2024
1 parent 4103140 commit 15a3cfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
fail-fast: false
matrix:
# Latest stable version, update at will
os: [ macOS-10.15, ubuntu-18.04, windows-2019 ]
os: [ macos-13, ubuntu-22.04, windows-2022 ]
dc: [ dmd-latest, ldc-latest, dmd-master, ldc-master ]

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

steps:
# Compiler to test with
- name: Prepare compiler
uses: mihails-strasuns/setup-dlang@v1
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}

# Checkout the repository
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Build & Test'
run: |
Expand Down

0 comments on commit 15a3cfb

Please sign in to comment.