From ad6505036efacf33503299535586cd55d70d27d6 Mon Sep 17 00:00:00 2001 From: Robert Konrad Date: Tue, 18 Jun 2024 00:45:47 +0200 Subject: [PATCH] [GitHub] Try to use setup-python v5 for macOS --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index df9d37b399..426a28c68a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,9 +19,9 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 with: - python-version: '3.8.10' + python-version: '3.10' architecture: 'x64' - name: Configure run: ./configure --openssl-no-asm --without-intl --dest-cpu=x86_64