Skip to content

Commit

Permalink
chore: Bump version of macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Amund211 committed Oct 27, 2024
1 parent 9502aad commit e480f16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-12]
os: [ubuntu-latest, windows-latest, macOS-13]
defaults:
run:
shell: bash # For `source`
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-12]
os: [ubuntu-latest, windows-latest, macOS-13]
defaults:
run:
shell: bash # For `source`
Expand Down Expand Up @@ -140,9 +140,10 @@ jobs:
- name: Package app bundle to disk image (mac)
if: env.OS_NAME == 'mac'
run: |
brew install create-dmg
brew install imagemagick
magick pyinstaller/who_with_version.ico pyinstaller/who_with_version.icns
convert pyinstaller/who_with_version.ico pyinstaller/who_with_version.icns
brew install create-dmg
mkdir -p 'dist/app'
mv "dist/${{ env.SIMPLE_NAME }}.app" "dist/app"
Expand Down

0 comments on commit e480f16

Please sign in to comment.