Skip to content

Commit

Permalink
build on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
furudean committed Jul 5, 2024
1 parent ee18d09 commit 0e696bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
release:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [macos-latest, windows-latest]
runs-on: '${{ matrix.os }}'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "renpyWarp",
"displayName": "Ren'Py Launch and Sync",
"description": "Keep Ren'Py in sync with your code",
"version": "1.1.0",
"version": "1.1.1",
"publisher": "PaisleySoftworks",
"icon": "images/eileen.png",
"engines": {
Expand Down

0 comments on commit 0e696bb

Please sign in to comment.