Skip to content

Commit e4132bf

Browse files
committed
Update build.yml
1 parent a16f776 commit e4132bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
config:
1515
- name: Windows
1616
os: windows-latest
17-
target: Win32
1817
- name: Android32
1918
os: ubuntu-latest
2019
target: Android32
2120
- name: Android64
2221
os: ubuntu-latest
2322
target: Android64
24-
- name: macOS
25-
os: macos-latest
23+
#- name: macOS
24+
# os: macos-latest
2625

2726

2827
name: ${{ matrix.config.name }}

0 commit comments

Comments
 (0)