From 8ae96beb8e3dcb4fcf58f1e8360071c5747bc6c1 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Wed, 22 May 2024 17:02:23 +0100 Subject: [PATCH] Try again CI on Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45fe2f5..6c87900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.2', '27.0'] - os: ['ubuntu-20.04'] #, 'windows-2019'] + os: ['ubuntu-20.04', 'windows-2019'] steps: - name: Checkout uses: actions/checkout@v4