From d6a5123a53ee88794799d979b373e37929b67eff Mon Sep 17 00:00:00 2001 From: Nicolas Tessore Date: Mon, 13 May 2024 08:03:15 +0100 Subject: [PATCH] use correct key --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2443b6a..ade482f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: - windows-latest python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] exclude: - - os: macos-latest + - runs-on: macos-latest python-version: '3.7' runs-on: ${{ matrix.runs-on }} steps: