Skip to content

Commit

Permalink
馃挌 Downgrade MacOS runner (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
roniemartinez committed May 6, 2024
1 parent 5158c9e commit b7a132b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -21,13 +21,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-13, windows-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
include:
- os: ubuntu-latest
pip-cache: ~/.cache/pip
poetry-cache: ~/.cache/pypoetry
- os: macos-latest
- os: macos-13
pip-cache: ~/Library/Caches/pip
poetry-cache: ~/Library/Caches/pypoetry
- os: windows-latest
Expand Down

0 comments on commit b7a132b

Please sign in to comment.