Skip to content

Commit

Permalink
Update macOS CI image to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Jan 10, 2025
1 parent 0e3c0b0 commit db3af5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
- python-version: "3.10"
os: windows-latest
- python-version: "3.10"
os: macos-12
os: macos-latest

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- run: pip install poetry
- run: |
pipx environment --value PIPX_BIN_DIR >> "$GITHUB_PATH"
pipx install poetry
- uses: actions/setup-python@v5
id: setup-python
with:
Expand Down

0 comments on commit db3af5e

Please sign in to comment.