Skip to content

Commit 67076f7

Browse files
bcardosolopeslanza
authored andcommitted
Revert "[CI][Github] Bump Windows Container to Server 2022"
Seems like this is the wrong approach. This reverts commit bc91ef4.
1 parent db37aa2 commit 67076f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-ci-container-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
build-ci-container-windows:
2020
if: github.repository_owner == 'llvm'
21-
runs-on: windows-2022
21+
runs-on: windows-2019
2222
outputs:
2323
container-name: ${{ steps.vars.outputs.container-name }}
2424
container-name-tag: ${{ steps.vars.outputs.container-name-tag }}
@@ -32,7 +32,7 @@ jobs:
3232
id: vars
3333
run: |
3434
$tag = [int64](Get-Date -UFormat %s)
35-
$container_name="ghcr.io/$env:GITHUB_REPOSITORY_OWNER/ci-windows-2022"
35+
$container_name="ghcr.io/$env:GITHUB_REPOSITORY_OWNER/ci-windows-2019"
3636
echo "container-name=${container_name}" >> $env:GITHUB_OUTPUT
3737
echo "container-name-tag=${container_name}:${tag}" >> $env:GITHUB_OUTPUT
3838
echo "container-filename=ci-windows-${tag}.tar" >> $env:GITHUB_OUTPUT
@@ -56,7 +56,7 @@ jobs:
5656
- build-ci-container-windows
5757
permissions:
5858
packages: write
59-
runs-on: windows-2022
59+
runs-on: windows-2019
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
steps:

.github/workflows/containers/github-action-ci-windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Agent image for LLVM org cluster.
22
# .net 4.8 is required by chocolately package manager.
3-
FROM mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022
3+
FROM mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019
44

55
# Restore the default Windows shell for correct batch processing.
66
SHELL ["cmd", "/S", "/C"]

0 commit comments

Comments
 (0)