You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2024/04/25 06:16:00 UTC

(streampipes) 01/01: ci: use macos13 to have all python versions available

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch fix-python-workflow
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 60d91b6eaaffb30aa1c661dc3a7088d7734df432
Author: bossenti <bo...@posteo.de>
AuthorDate: Thu Apr 25 08:15:48 2024 +0200

    ci: use macos13 to have all python versions available
---
 .github/workflows/pr-validation.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml
index 350e9ef559..0e0002698d 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -142,7 +142,9 @@ jobs:
       fail-fast: false
       matrix:
         python: [3.8, 3.9, "3.10", "3.11"]
-        os: [ubuntu-latest, macos-latest, windows-latest]
+        # temporarily stick to macos13 until Python 3.8 and 3.9 are available for macos-latest again:
+        # https://github.com/actions/setup-python/issues/850#issuecomment-2072657610
+        os: [ubuntu-latest, macos-13, windows-latest]
     defaults:
       run:
         shell: bash