Skip to content

Commit

Permalink
build: run on Ubuntu due to Docker dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed May 27, 2024
1 parent b72a8b1 commit 4155833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
npm install
npm test
dotnet-snippets:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 4155833

Please sign in to comment.