@@ -159,7 +159,7 @@ jobs:
159159 rust-target : " x86_64-unknown-linux-gnu" ,
160160 },
161161 {
162- os : " ubuntu-22 .04-arm" ,
162+ os : " ubuntu-24 .04-arm" ,
163163 python-architecture : " arm64" ,
164164 rust-target : " aarch64-unknown-linux-gnu" ,
165165 },
@@ -173,6 +173,11 @@ jobs:
173173 python-architecture : " x86" ,
174174 rust-target : " i686-pc-windows-msvc" ,
175175 },
176+ {
177+ os : " windows-11-arm" ,
178+ python-architecture : " arm64" ,
179+ rust-target : " aarch64-pc-windows-msvc" ,
180+ },
176181 ]
177182 include :
178183 # Test nightly Rust on PRs so that PR authors have a chance to fix nightly
@@ -337,12 +342,12 @@ jobs:
337342 # python-architecture: "x64",
338343 # rust-target: "x86_64-apple-darwin",
339344 # }
340- # arm64 Linux runner is in public preview, so test 3.13 on it
345+ # test latest Python on arm64 linux & windows runners
341346 - rust : stable
342347 python-version : " 3.13"
343348 platform :
344349 {
345- os : " ubuntu-22 .04-arm" ,
350+ os : " ubuntu-24 .04-arm" ,
346351 python-architecture : " arm64" ,
347352 rust-target : " aarch64-unknown-linux-gnu" ,
348353 }
0 commit comments