From 68c70316595685d2dc40f06e02b8d891f4bdab1a Mon Sep 17 00:00:00 2001 From: deathaxe Date: Fri, 3 May 2024 18:51:12 +0200 Subject: [PATCH] Re-enable CI on Mac (#2470) 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: