From 4edf51b7ddf8934bced41df0f6cdb56c22e91563 Mon Sep 17 00:00:00 2001 From: jongari7 Date: Wed, 28 Aug 2024 11:41:23 +0200 Subject: [PATCH] Modifications in the build.yml action for macOs incompatibilities --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3b6cb1..ac4a4bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,8 @@ jobs: - { os: windows-latest, py: "3.9" } - { os: windows-latest, py: "3.10" } - { os: macOS-12, py: "3.7" } - - { os: macOS-latest, py: "3.8" } - - { os: macOS-latest, py: "3.9" } + - { os: macOS-12, py: "3.8" } + - { os: macOS-12, py: "3.9" } - { os: ubuntu-latest, py: "3.7" } - { os: ubuntu-latest, py: "3.8" } - { os: ubuntu-latest, py: "3.9" }