Skip to content

Commit 051c03a

Browse files
committed
Try to fix build
1 parent 04bb621 commit 051c03a

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [windows-latest, ubuntu-latest, macos-latest]
13+
os: [windows-2022, ubuntu-latest, macos-latest]
1414

1515
steps:
1616
- name: Install tools
@@ -35,7 +35,6 @@ jobs:
3535
uses: actions/setup-dotnet@v1
3636
with:
3737
dotnet-version: '6.0.x'
38-
include-prerelease: true
3938
- name: Version Information
4039
run: |
4140
dotnet --info

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
displayName: Windows
77
timeoutInMinutes: 180
88
pool:
9-
vmImage: windows-latest
9+
vmImage: windows-2022
1010
steps:
1111
- template: Build/steps.yml
1212
parameters:

Build/steps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ steps:
4747
inputs:
4848
packageType: 'sdk'
4949
version: '6.0.x'
50-
includePreviewVersions: true
5150

5251
# Set Mono version on macOS
5352
- ${{ if eq(parameters.os, 'macOS') }}:

0 commit comments

Comments
 (0)