Skip to content

Commit

Permalink
build: Update insiders-build.yaml
Browse files Browse the repository at this point in the history
Fix Insider's Windows build.
  • Loading branch information
mountaindude committed Feb 17, 2024
1 parent 9b877d6 commit 106fa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/insiders-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
insiders-build:
strategy:
matrix:
os: [winsrv-2016, mac-build1, ubuntu-latest]
os: [Windows, mac-build1, ubuntu-latest]
include:
- os: Windows
build: |
Expand Down Expand Up @@ -233,4 +233,4 @@ jobs:
with:
name: ${{ matrix.artifact_insider }}
path: ${{ matrix.artifact_insider }}


0 comments on commit 106fa9d

Please sign in to comment.