From b83d3ebae71e4b5651319d3dd099595317f50003 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 23 Oct 2023 15:49:53 +0200 Subject: [PATCH] Use older version of Python --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 71236d30bd..2d916a0b48 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -103,7 +103,7 @@ jobs: - name: Setup Python and pip uses: actions/setup-python@v4 with: - python-version: '3.10.x' + python-version: '3.8.x' cache: 'pip' cache-dependency-path: .github/workflows/requirements-conan-package.txt