From fbb04675f40255df3a20442e350a6e07076d8db0 Mon Sep 17 00:00:00 2001 From: Bogdan Cebere Date: Sat, 7 Jan 2023 08:52:07 +0200 Subject: [PATCH] Update pythonpublish-macos.yml (#425) --- .github/workflows/pythonpublish-macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pythonpublish-macos.yml b/.github/workflows/pythonpublish-macos.yml index af9c4618..38226585 100644 --- a/.github/workflows/pythonpublish-macos.yml +++ b/.github/workflows/pythonpublish-macos.yml @@ -6,10 +6,11 @@ on: jobs: deploy: - runs-on: macos-latest + runs-on: ${{ matrix.os }} strategy: matrix: python-version: ['3.7', '3.8', '3.9', '3.10'] + os: [macos-11, macos-12] steps: - uses: actions/checkout@v2