Skip to content

Commit 64f7ecb

Browse files
committed
replace rest of regular
1 parent 5435c8a commit 64f7ecb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reusable-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
description: Which interpreter to build
1717
required: false
1818
type: string
19-
default: regular
19+
default: switch-case
2020

2121
env:
2222
FORCE_COLOR: 1
@@ -43,7 +43,7 @@ jobs:
4343
run: >-
4444
.\\PCbuild\\build.bat
4545
-e -v
46-
${{ inputs.interpreter == 'regular' && '-d' || '--tail-call-interp -c Release' }}
46+
${{ inputs.interpreter == 'switch-case' && '-d' || '--tail-call-interp -c Release' }}
4747
-p "${ARCH}"
4848
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
4949
shell: bash
@@ -54,6 +54,6 @@ jobs:
5454
.\\PCbuild\\rt.bat
5555
-p "${ARCH}"
5656
-q --fast-ci
57-
${{ inputs.interpreter == 'regular' && '-d' || '' }}
57+
${{ inputs.interpreter == 'switch-case' && '-d' || '' }}
5858
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
5959
shell: bash

0 commit comments

Comments
 (0)