From 281422226f5d9a217d6f97382c2d82144fc00315 Mon Sep 17 00:00:00 2001 From: Oliver Schwengers Date: Tue, 12 Nov 2024 16:30:55 +0100 Subject: [PATCH] re-activate macos in CI tests --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index b9271b3..5187ca1 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: true matrix: - os: ['ubuntu-latest'] #, 'macos-latest'] + os: ['ubuntu-latest', 'macos-latest'] python-version: ['3.10'] steps: - uses: actions/checkout@v2