Skip to content

Commit a1dd3ce

Browse files
authored
Update win-cpu-arm64-build.yml: test the new pool (#1654)
1 parent 891adca commit a1dd3ce

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/win-cpu-arm64-build.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,24 @@ env:
1717

1818
jobs:
1919
windows-cpu-arm64-build:
20-
runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-win11-arm64-cpu"]
20+
runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-win11-arm64-cpu2"]
2121
steps:
2222
- name: Checkout OnnxRuntime GenAI repo
2323
uses: actions/checkout@v4
2424
with:
2525
submodules: true
2626

27-
- name: Setup Visual Studio 2022
28-
uses: microsoft/[email protected]
29-
with:
30-
vs-version: '17.4'
31-
msbuild-architecture: arm64
32-
3327
- uses: nuget/setup-nuget@v2
3428
with:
3529
nuget-version: '5.x'
3630

31+
- name: Set up Python 3.12 for ARM64
32+
uses: actions/setup-python@v5
33+
with:
34+
python-version: '3.12'
35+
architecture: 'arm64'
36+
cache: 'pip'
37+
3738
- name: Setup Java 21
3839
uses: actions/setup-java@v4
3940
with:

0 commit comments

Comments
 (0)