From 1ddf03a94f1183684b6df1fbb878116b515f1056 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Wed, 22 May 2024 16:26:46 +0100 Subject: [PATCH] Check if CI failure is Windows-specific --- .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 6c87900..45fe2f5 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