Skip to content

Commit

Permalink
Use macOS 13 runner due to pyexiv2 missing wheel for macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jun 30, 2024
1 parent 93a8664 commit 5b46801
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build-app-packages:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
fail-fast: false
defaults:
run:
Expand Down
120 changes: 60 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ attrs = '>=21.2'
click = '>=8.0'
click-help-colors = '>=0.9'
pillow = '>=10.0'
pyexiv2 = '>=2.6.2'
pyexiv2 = '>=2.10'
pyinaturalist = '>=0.19'
pyinaturalist-convert = '>=0.6.2'
pyside6 = '^6.6.0'
Expand Down

0 comments on commit 5b46801

Please sign in to comment.