From 69f2d26c96cab8b200b53660ca3c655bef69a8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Mon, 6 Nov 2023 15:00:22 +0100 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deeeffe..4e5bb0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,7 @@ jobs: strategy: matrix: node-version: [lts/*] - # windows and particularly macos CI are very expensive on github, so skipping - os: [ubuntu-latest] #, macos-latest, windows-latest] + os: [ubuntu-latest] timeout-minutes: 30 steps: - uses: actions/checkout@v3