Skip to content

Commit

Permalink
Skip failing CI on combo OTP 27.0 + Windows 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed May 22, 2024
1 parent 8ae96be commit df4c5ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
matrix:
otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.2', '27.0']
os: ['ubuntu-20.04', 'windows-2019']
exclude:
# Results in "make: *** [Makefile:38: ct] Error 2816"
# as of 2024/05/22, try again at a later date.
- otp_vsn: '27.0'
os: 'windows-2019'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit df4c5ca

Please sign in to comment.