Skip to content

Commit 8754b58

Browse files
NicolappsConvex, Inc.
authored andcommitted
Update OS versions used by the convex-py CI (#52409)
GitOrigin-RevId: 583aa9fa4180f578c18e4b415aa427faf670ae5c
1 parent d78d20a commit 8754b58

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/python-client-build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,13 @@ jobs:
135135
platform:
136136
- runner: windows-latest
137137
target: x64
138+
python_arch: x64
138139
- runner: windows-latest
139140
target: x86
141+
python_arch: x86
142+
- runner: windows-11-arm
143+
target: aarch64
144+
python_arch: arm64
140145
steps:
141146
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
142147
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -167,9 +172,9 @@ jobs:
167172
strategy:
168173
matrix:
169174
platform:
170-
- runner: macos-13
175+
- runner: macos-15-intel
171176
target: x86_64
172-
- runner: macos-14
177+
- runner: macos-latest
173178
target: aarch64
174179
steps:
175180
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

0 commit comments

Comments
 (0)