Skip to content

Commit

Permalink
Roll cirun arm64 to 2024.05.13 (#145)
Browse files Browse the repository at this point in the history
Ran:
    ./scripts/python/roll_cirun.py --version 2024-05-13

It adds ~/.cargo/bin to PATH.
  • Loading branch information
maruel committed May 13, 2024
1 parent 31d4d71 commit 0a74197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cirun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ runners:
- name: win11-23h2-pro-arm64-16
cloud: azure
instance_type: Standard_D16plds_v5
machine_image: "/subscriptions/88c2ce23-b441-4d79-8f1c-50d9bc95ed08/resourceGroups/Win-CI/providers/Microsoft.Compute/galleries/base_images/images/win11-23h2-pro-arm64/versions/2024.05.07"
machine_image: "/subscriptions/88c2ce23-b441-4d79-8f1c-50d9bc95ed08/resourceGroups/Win-CI/providers/Microsoft.Compute/galleries/base_images/images/win11-23h2-pro-arm64/versions/2024.05.13"
labels:
- cirun-win11-23h2-pro-arm64-16-2024-05-07
- cirun-win11-23h2-pro-arm64-16-2024-05-13
extra_config:
runner_path: "D:\\r"
runner_user: runner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-swift-toolchain-binary-sizes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
},
{
"arch": "arm64",
"os": "cirun-win11-23h2-pro-arm64-16-2024-05-07",
"os": "cirun-win11-23h2-pro-arm64-16-2024-05-13",
"is_cirun": "true"
}
]
Expand Down

0 comments on commit 0a74197

Please sign in to comment.