From b7a132bde7ec4378a1483b8cc46db5b72ff87e05 Mon Sep 17 00:00:00 2001 From: Ronie Martinez Date: Mon, 6 May 2024 16:16:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Downgrade=20MacOS=20runner=20(#1?= =?UTF-8?q?26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 791c7cf..cfbc4f1 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -21,13 +21,13 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, macos-13, windows-latest ] python-version: [ '3.8', '3.9', '3.10', '3.11' ] include: - os: ubuntu-latest pip-cache: ~/.cache/pip poetry-cache: ~/.cache/pypoetry - - os: macos-latest + - os: macos-13 pip-cache: ~/Library/Caches/pip poetry-cache: ~/Library/Caches/pypoetry - os: windows-latest