This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new a74b713e9 fix(ci): use newer gh runner for macos-intel (#2463)
a74b713e9 is described below
commit a74b713e9200227d8601e438201824a7a6df54f1
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Tue Dec 9 10:47:07 2025 +0100
fix(ci): use newer gh runner for macos-intel (#2463)
---
.github/workflows/_build_python_wheels.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/_build_python_wheels.yml
b/.github/workflows/_build_python_wheels.yml
index 7ba2b0c46..583928a43 100644
--- a/.github/workflows/_build_python_wheels.yml
+++ b/.github/workflows/_build_python_wheels.yml
@@ -115,7 +115,7 @@ jobs:
retention-days: 7
macos:
- runs-on: ${{ matrix.target == 'x86_64' && 'macos-13' || 'macos-14' }}
+ runs-on: ${{ matrix.target == 'x86_64' && 'macos-15-large' || 'macos-14' }}
strategy:
matrix:
target: [x86_64, aarch64]