Skip to content

Commit

Permalink
chore(deps): update dependency macos to v14 (#687)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent e8bcf01 commit 1359595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: pdm run pytest tests/functional -n auto --dist loadgroup

macos:
runs-on: macos-13
runs-on: macos-14
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
path: dist

macos:
runs-on: macos-13
runs-on: macos-14
needs: [set-version]
strategy:
matrix:
Expand Down

0 comments on commit 1359595

Please sign in to comment.