Skip to content

Commit 7a0d25a

Browse files
bcardosolopeslanza
authored andcommitted
Revert "[Infra] Attempt to move to windows-2022 and get windows bots back due to deprecation"
This reverts commit 1bbf343664453a25c24ca65506d5b9a46804290a.
1 parent c8bd004 commit 7a0d25a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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/llvm-project-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
required: false
1515
os_list:
1616
required: false
17-
default: '["ubuntu-24.04", "windows-2022", "macOS-13"]'
17+
default: '["ubuntu-24.04", "windows-2019", "macOS-13"]'
1818
python_version:
1919
required: false
2020
type: string
@@ -44,7 +44,7 @@ on:
4444
# to install a python version linked against a newer version of glibc.
4545
# TODO(boomanaiden154): Bump the Ubuntu version once the version in the
4646
# container is bumped.
47-
default: '["ubuntu-22.04", "windows-2022", "macOS-13"]'
47+
default: '["ubuntu-22.04", "windows-2019", "macOS-13"]'
4848

4949
python_version:
5050
required: false

0 commit comments

Comments
 (0)