Skip to content

Commit a1b3ce7

Browse files
committed
Temporarily disable Windows runners until Visual Studio is included
1 parent 22799b4 commit a1b3ce7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ jobs:
160160
- false
161161
- true
162162
include:
163-
- os: windows-aarch64
163+
- os: windows-latest # FIXME(diegorusso): change to os: windows-aarch64
164164
arch: arm64
165165
free-threading: false
166-
- os: windows-aarch64
166+
- os: windows-latest # FIXME(diegorusso): change to os: windows-aarch64
167167
arch: arm64
168168
free-threading: true
169169
- os: windows-latest

.github/workflows/reusable-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
4040
- name: Display build info
4141
run: .\python.bat -m test.pythoninfo
42-
- name: Tests
42+
- name: Tests # FIXME(diegorusso): remove the `if`
43+
if: inputs.arch != 'arm64'
4344
run: >-
4445
.\PCbuild\rt.bat
4546
-p ${{ inputs.arch }}

0 commit comments

Comments
 (0)