Skip to content

Commit

Permalink
utm 0.12.0, tm-editor 0.16.0, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arnobaer committed Feb 22, 2024
1 parent 0cc1c32 commit c395e80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Build app
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e

UTM_VERSION=0.11.2
TME_VERSION=0.15.4
UTM_VERSION=0.12.0
TME_VERSION=0.16.0

export MACOSX_DEPLOYMENT_TARGET=10.15

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wheel
pyinstaller==5.13.2
Markdown==3.4.4
packaging==21.3
PyQt5==5.15.9
pyinstaller==6.4.0
Markdown==3.5.2
packaging==23.2
PyQt5==5.15.10

0 comments on commit c395e80

Please sign in to comment.