Skip to content

Commit

Permalink
Change GitHub runner to windows-2019
Browse files Browse the repository at this point in the history
- The samples are targeting .NET Framework 4.7.2, and the
  windows-latest runner does not support it. Let's change the
  GitHub runner to windows-2019, which should support .NET Framework 4.
  • Loading branch information
datalogics-saharay committed Mar 19, 2024
1 parent 95051c8 commit 4759e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-net-framework-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-run-samples:
runs-on: windows-latest
runs-on: windows-2019
defaults:
run:
shell: bash
Expand Down

0 comments on commit 4759e3e

Please sign in to comment.