Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tonquer committed Jun 30, 2024
1 parent 8e575d9 commit efd2584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
retention-days: 7

macos:
runs-on: macos-11
runs-on: macos-12
env:
PACKAGENAME: jmcomic_py37_macos
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

macos:
needs: [setup, release]
runs-on: macos-11
runs-on: macos-12
env:
PACKAGENAME: ${{ needs.setup.outputs.PACKAGE_PREFIX }}_macos_x64
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jmcomic>=2.4.3
webdavclient3==3.14.6
tqdm==4.66.4
pysmb==1.2.9.1
pywin32==302
# pywin32==302

0 comments on commit efd2584

Please sign in to comment.