From 52c8f7832dd1f08a49070938e89f7a0183a94055 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Fri, 3 May 2024 18:44:47 +0200 Subject: [PATCH] Re-enable CI on Mac UnitTesting 1.8.1 excludes coverage dependency from python 3.3 on arm platform. GH Actions seem to have switched MacOS to ARM platform recently. --- .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: