You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# runs-on: windows-2019 # For a list of available runner types, refer to https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
45
+
# runs-on: windows-2025 # For a list of available runner types, refer to https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
46
46
#
47
47
# steps:
48
48
# - name: Checkout
49
49
# uses: actions/checkout@v4
50
50
#
51
51
# ## Install the .NET Core workload
52
-
# ## This is not required since the windows-2019 runner comes with pre-installed .NET Framework
52
+
# ## This is not required since the windows-2025 runner comes with pre-installed .NET Framework
0 commit comments