Skip to content

Commit 1ddf03a

Browse files
committed
Check if CI failure is Windows-specific
1 parent c0dc83e commit 1ddf03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.2', '27.0']
21-
os: ['ubuntu-20.04', 'windows-2019']
21+
os: ['ubuntu-20.04'] #, 'windows-2019']
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)