Skip to content

Commit

Permalink
Fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Apr 24, 2024
1 parent 44f5195 commit 8d8f521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13 # https://github.com/actions/setup-python/issues/850
python-version:
- "3.8"
- "3.9"
Expand All @@ -15,11 +15,11 @@ jobs:
- "3.12"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"
Expand Down

0 comments on commit 8d8f521

Please sign in to comment.