From 394021cee098e7df6c48816ae94bb356994efa9d Mon Sep 17 00:00:00 2001 From: Janos Wortmann Date: Fri, 3 May 2024 13:05:16 +0200 Subject: [PATCH] Re-enable CI on Mac --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 061936a93..bc9e25c4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: matrix: os: - ubuntu-latest - # - macOS-latest + - macOS-latest - windows-latest runs-on: ${{ matrix.os }} steps: