Skip to content

Commit

Permalink
[cirun] Use GHA Windows x64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelskin committed Jan 27, 2025
1 parent f4c45ca commit 954d9a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .cirun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runners:
- name: win11-23h2-pro-x64-16
cloud: azure
instance_type: Standard_F16s_v2
machine_image: "/subscriptions/88c2ce23-b441-4d79-8f1c-50d9bc95ed08/resourceGroups/Win-CI/providers/Microsoft.Compute/galleries/base_images/images/win11-23h2-pro-x64/versions/2024.12.19"
machine_image: "/subscriptions/88c2ce23-b441-4d79-8f1c-50d9bc95ed08/resourceGroups/Win-CI-GHA/providers/Microsoft.Compute/images/gha-win-2025-202525211925"
labels:
- cirun-win11-23h2-pro-x64-16-2024-12-19
extra_config:
Expand All @@ -47,7 +47,7 @@ runners:
- name: win11-23h2-pro-x64-64
cloud: azure
instance_type: Standard_D64ads_v5
machine_image: "/subscriptions/88c2ce23-b441-4d79-8f1c-50d9bc95ed08/resourceGroups/Win-CI/providers/Microsoft.Compute/galleries/base_images/images/win11-23h2-pro-x64/versions/2024.12.19"
machine_image: "/subscriptions/88c2ce23-b441-4d79-8f1c-50d9bc95ed08/resourceGroups/Win-CI-GHA/providers/Microsoft.Compute/images/gha-win-2025-202525211925"
labels:
- cirun-win11-23h2-pro-x64-64-2024-12-19
extra_config:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/swift-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3495,18 +3495,21 @@ jobs:
path: |
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/bld.msi
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/bld.cab
- uses: actions/upload-artifact@v4
with:
name: cli-${{ matrix.arch }}-msi
path: |
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/cli.msi
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/cli.cab
- uses: actions/upload-artifact@v4
with:
name: dbg-${{ matrix.arch }}-msi
path: |
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/dbg.msi
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/dbg.cab
- uses: actions/upload-artifact@v4
with:
name: ide-${{ matrix.arch }}-msi
Expand Down Expand Up @@ -3746,6 +3749,7 @@ jobs:
with:
name: ide-${{ matrix.arch }}-msi
path: ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}

- uses: actions/download-artifact@v4
with:
name: rtl-windows-${{ matrix.arch }}-msi
Expand All @@ -3762,6 +3766,7 @@ jobs:
with:
name: rtl-windows-arm64-msm
path: ${{ github.workspace }}/BinaryCache/installer/Release/arm64

- uses: actions/download-artifact@v4
with:
name: sdk-windows-amd64-msi
Expand Down Expand Up @@ -3816,11 +3821,6 @@ jobs:
Echo CERTIFICATE=$PFXPath | Out-File -FilePath ${env:GITHUB_ENV} -Encoding utf8 -Append
if: ${{ inputs.signed }}
# TODO(issues/154): Preload WixToolset.Sdk on Azure images so we can remove this step.
- name: Install WixToolset.Sdk
run: |
Install-Package -Name WixToolset.Sdk -RequiredVersion 4.0.1 -Force
# The installer bundle needs the shared project for localization strings,
# but it won't build the dependency on its own due to -p:BuildProjectReferences=false.
- name: Build shared project
Expand Down

0 comments on commit 954d9a5

Please sign in to comment.