Skip to content

Commit cfc7c47

Browse files
authored
Work CI-CD
- VM must be Windows because of certificate errors accessing Azure Pipelines when running on Linux. ***NO_CI***
1 parent d059c11 commit cfc7c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
update-dotnet-preview:
2121
name: Update .NET nanoFramework dependencies
2222
timeout-minutes: 30 # Non default because this solution has lots of projects to update!
23-
runs-on: ubuntu-latest
23+
runs-on: windows-latest
2424
env:
2525
GITHUB_TOKEN: ${{ github.token }}
2626
steps:

0 commit comments

Comments
 (0)