Skip to content

Commit 7b13f6f

Browse files
committed
See if this fixes CI on OTP 28 + Windows
1 parent 242d7dc commit 7b13f6f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
otp_vsn: ['24.3', '25.3', '26.2', '27.3', '28.0']
21-
os: ['ubuntu-22.04', 'windows-2019']
22-
exclude:
23-
# Results in "make: *** [Makefile:38: ct] Error 2816"
24-
# as of 2025/02/25, try again at a later date.
25-
- otp_vsn: '27.2'
26-
os: 'windows-2019'
21+
os: ['ubuntu-22.04', 'windows-2022']
2722
steps:
2823
- name: Checkout
2924
uses: actions/checkout@v4

0 commit comments

Comments
 (0)