From 9b11545c83b724a41b7da7e4f1c7ae7eb32dc6a6 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sat, 27 Apr 2024 11:38:26 +0200 Subject: [PATCH] chore(ci): fix macos runner (#98) --- .github/workflows/python.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 293592b..c630da9 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -108,7 +108,10 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: + - ubuntu-latest + - windows-latest + - macos-13 # macos-latest has issues with py38 python-version: - "3.12" # highest supported - "3.11"