@@ -11,8 +11,8 @@ concurrency:
1111on :
1212 push :
1313 branches : [develop]
14- pull_request : { }
15- workflow_dispatch : { }
14+ pull_request : {}
15+ workflow_dispatch : {}
1616
1717permissions :
1818 actions : read
@@ -493,7 +493,12 @@ jobs:
493493 matrix :
494494 include :
495495 - os : windows-x64
496- runner : runs-on=${{ github.run_id }}/pool=windows-x64
496+ runner :
497+ - runs-on=${{ github.run_id }}
498+ - family=m7i
499+ - cpu=8
500+ - image=windows22-full-x64
501+ - tag=rust-test-windows
497502 - os : linux-arm64
498503 runner :
499504 - runs-on=${{ github.run_id }}
@@ -562,14 +567,14 @@ jobs:
562567 strategy :
563568 matrix :
564569 include :
565- - { shard: 1, name: "Core foundation", packages: "vortex-buffer vortex-dtype vortex-error" }
566- - { shard: 2, name: "Array types", packages: "vortex-array vortex-scalar vortex-vector", features: "--features test-harness" }
567- - { shard: 3, name: "Main library", packages: "vortex vortex-compute" }
568- - { shard: 4, name: "Encodings 1", packages: "vortex-alp vortex-bytebool vortex-datetime-parts" }
569- - { shard: 5, name: "Encodings 2", packages: "vortex-decimal-byte-parts vortex-fastlanes vortex-fsst", features: "--features test-harness" }
570- - { shard: 6, name: "Encodings 3", packages: "vortex-pco vortex-runend vortex-sequence" }
571- - { shard: 7, name: "Encodings 4", packages: "vortex-sparse vortex-zigzag vortex-zstd" }
572- - { shard: 8, name: "Storage formats", packages: "vortex-flatbuffers vortex-proto vortex-btrblocks" }
570+ - {shard: 1, name: "Core foundation", packages: "vortex-buffer vortex-dtype vortex-error"}
571+ - {shard: 2, name: "Array types", packages: "vortex-array vortex-scalar vortex-vector", features: "--features test-harness"}
572+ - {shard: 3, name: "Main library", packages: "vortex vortex-compute"}
573+ - {shard: 4, name: "Encodings 1", packages: "vortex-alp vortex-bytebool vortex-datetime-parts"}
574+ - {shard: 5, name: "Encodings 2", packages: "vortex-decimal-byte-parts vortex-fastlanes vortex-fsst", features: "--features test-harness"}
575+ - {shard: 6, name: "Encodings 3", packages: "vortex-pco vortex-runend vortex-sequence"}
576+ - {shard: 7, name: "Encodings 4", packages: "vortex-sparse vortex-zigzag vortex-zstd"}
577+ - {shard: 8, name: "Storage formats", packages: "vortex-flatbuffers vortex-proto vortex-btrblocks"}
573578 name : " Benchmark with Codspeed (Shard #${{ matrix.shard }})"
574579 timeout-minutes : 120
575580 runs-on :
0 commit comments