Skip to content

Commit c77e851

Browse files
committed
let's try macos
1 parent 3e6423d commit c77e851

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Windows
1616
os: windows-latest
1717

18-
# - name: macOS
19-
# os: macos-latest
18+
- name: macOS
19+
os: macos-latest
2020

2121
- name: Android32
2222
os: ubuntu-latest

mod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "v2.2.1",
44
"gd": {
55
"win": "2.2074",
6-
"android": "2.2074"
6+
"android": "2.2074",
7+
"mac": "2.2074"
78
},
89
"resources": {
910
"sprites": [

0 commit comments

Comments
 (0)