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