Skip to content

Commit

Permalink
disable mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Feb 14, 2024
1 parent 51fd800 commit bf08789
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Windows
os: windows-latest

- name: macOS
os: macos-latest
# - name: macOS
# os: macos-latest

- name: Android32
os: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@
.idea

# Ignore build folders
**/build
**/build
**/build-*
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"win": "2.204",
"mac": "2.200"
},
"version": "v1.0.4",
"version": "v1.0.5",
"id": "hjfod.gdshare",
"name": "GDShare",
"developer": "HJfod",
Expand Down

0 comments on commit bf08789

Please sign in to comment.