We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6423d commit c77e851Copy full SHA for c77e851
.github/workflows/multi-platform.yml
@@ -15,8 +15,8 @@ jobs:
15
- name: Windows
16
os: windows-latest
17
18
- # - name: macOS
19
- # os: macos-latest
+ - name: macOS
+ os: macos-latest
20
21
- name: Android32
22
os: ubuntu-latest
mod.json
@@ -3,7 +3,8 @@
3
"version": "v2.2.1",
4
"gd": {
5
"win": "2.2074",
6
- "android": "2.2074"
+ "android": "2.2074",
7
+ "mac": "2.2074"
8
},
9
"resources": {
10
"sprites": [
0 commit comments