This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d121703693d Fix build-wheels python workflow (#33808)
d121703693d is described below

commit d121703693dd7793acab8c1736513bee1cc88b7b
Author: akashorabek <[email protected]>
AuthorDate: Thu Jan 30 19:18:42 2025 +0500

    Fix build-wheels python workflow (#33808)
---
 .github/workflows/build_wheels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_wheels.yml 
b/.github/workflows/build_wheels.yml
index 20706e77d0c..51087dadd24 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -227,7 +227,7 @@ jobs:
           # TODO(https://github.com/apache/beam/issues/31114)
           {"os": "macos-13", "runner": "macos-13", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
           {"os": "windows-latest", "runner": "windows-latest", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
-          {"os": "ubuntu-20.04", "runner": "ubuntu-latest", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "aarch64" }
+          {"os": "ubuntu-20.04", "runner": "ubuntu-22.04", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "aarch64" }
         ]
         # Keep in sync (remove asterisks) with PY_VERSIONS_FULL env var above 
- if changed, change that as well.
         py_version: ["cp39-", "cp310-", "cp311-", "cp312-"]

Reply via email to