Skip to content

Commit

Permalink
we need to use windows-2022 agent because it provides newer python
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Feb 8, 2024
1 parent 7d9263c commit 161cfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

windows:
runs-on: windows-2019
runs-on: windows-2022
strategy:
matrix:
build_type: [Debug, Release]
Expand Down

0 comments on commit 161cfbd

Please sign in to comment.