Skip to content

Commit 7a52b45

Browse files
committed
Try to fix GitHub Actions
1 parent 6c36faf commit 7a52b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run:
2121
# Use a conditional expression to set the default shell
2222
# 'cmd' on Windows, 'bash' on other platforms (Linux, macOS)
23-
shell: ${{ runner.os == 'Windows' && 'cmd' || 'bash' }}
23+
shell: ${{ matrix.os == 'windows-latest' && 'cmd' || 'bash' }}
2424
steps:
2525
- name: Check out
2626
uses: actions/checkout@v6.0.2

0 commit comments

Comments
 (0)