From 1fb52a2468b8f0060f56c0dc553fe10554f36fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Sat, 22 Jun 2024 19:02:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Conda=20x64=20macOS=20runn?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/conda-pack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-pack.yaml b/.github/workflows/conda-pack.yaml index 1e8bb1dc2..48f9d20dd 100644 --- a/.github/workflows/conda-pack.yaml +++ b/.github/workflows/conda-pack.yaml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, macos-13, windows-latest] python-version: ["3.10"] runs-on: ${{ matrix.os }}