Skip to content

Commit

Permalink
Try to fix _bz2 issue. (#6151)
Browse files Browse the repository at this point in the history
* Try to fix _bz2 issue.

* Try macos latest

* Try setup python v4
  • Loading branch information
dstrain115 committed Jun 21, 2023
1 parent d236276 commit 1bae543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 1bae543

Please sign in to comment.