Skip to content

Commit

Permalink
Merge pull request #119 from geigerzaehler/update-macos-ci-image
Browse files Browse the repository at this point in the history
Update macOS CI image to latest
  • Loading branch information
geigerzaehler authored Jan 10, 2025
2 parents 0e3c0b0 + db3af5e commit b5a0a70
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 b5a0a70

Please sign in to comment.