From 1bae5437f9da2862d91eaa5dd4513b82772a19f0 Mon Sep 17 00:00:00 2001 From: Doug Strain Date: Wed, 21 Jun 2023 15:12:14 -0700 Subject: [PATCH] Try to fix _bz2 issue. (#6151) * Try to fix _bz2 issue. * Try macos latest * Try setup python v4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5ba76e3668..d01e1c179a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,11 +269,11 @@ jobs: name: Pytest MacOS strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10' ] - runs-on: macos-12 + python-version: [ '3.7.16', '3.8', '3.9', '3.10' ] + runs-on: macos-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-python@v1 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: 'x64'