Skip to content

Commit f78c2a7

Browse files
Remove guard since all jobs are x86_64 windows
1 parent 9fc8d68 commit f78c2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python-version: '3.11'
8383

8484
- name: Native Windows MSVC (release)
85-
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
85+
if: runner.os == 'Windows'
8686
shell: pwsh
8787
run: |
8888
$env:PlatformToolset = "v145"

0 commit comments

Comments
 (0)