This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git
The following commit(s) were added to refs/heads/master by this push:
new ef79168 Update build_wheel.yml to from windows-2019 to windows-2022
ef79168 is described below
commit ef79168e74d8f51c417687dd4b292ebafeb987c9
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Tue Jun 17 15:51:52 2025 +0300
Update build_wheel.yml to from windows-2019 to windows-2022
---
.github/workflows/build_wheel.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_wheel.yml
b/.github/workflows/build_wheel.yml
index bb853f5..25cd682 100644
--- a/.github/workflows/build_wheel.yml
+++ b/.github/workflows/build_wheel.yml
@@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ ubuntu-20.04, windows-2019, macos-12 ]
+ os: [ ubuntu-20.04, windows-2022, macos-12 ]
steps:
- uses: actions/checkout@v3