From 541c6711ee92626a6e5786773526b401f9ee33de Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Fri, 6 Dec 2024 13:24:18 +0100 Subject: [PATCH] Run CI on Windows --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d28a1e1e0660..a5114d54369b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,6 @@ jobs: on-next-branch: - ${{ github.ref == 'refs/heads/next' }} exclude: - - on-next-branch: false - runner: windows-latest - on-next-branch: false runner: macos-14