Skip to content

Commit

Permalink
GitHub Actions: Switched from windows-latest to windows-2022 for buil…
Browse files Browse the repository at this point in the history
…ding the NuGet package
  • Loading branch information
MikhailGorobets committed Nov 20, 2023
1 parent 48f3e61 commit 280bf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
toolset: [x64]
config: [Debug, Release]

runs-on: windows-latest
runs-on: windows-2022
name: Windows 10, ${{ matrix.config }} ${{ matrix.toolset }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
deploy:
runs-on: windows-latest
runs-on: windows-2022
name: Deploying NuGet package

steps:
Expand Down

0 comments on commit 280bf59

Please sign in to comment.