Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Oct 7, 2024
1 parent 5bccdc7 commit 77f8eba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest ]
os: [ macOS,Windows ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -26,4 +26,5 @@ jobs:
version: vcs
build: official
token: ${{ secrets.DLTK }}



0 comments on commit 77f8eba

Please sign in to comment.