Skip to content

Commit fccd661

Browse files
committed
try again
1 parent 76f6557 commit fccd661

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/multi-platform.yml

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

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

21-
# - name: Android32
22-
# os: ubuntu-latest
23-
# target: Android32
21+
- name: Android32
22+
os: ubuntu-latest
23+
target: Android32
2424

25-
# - name: Android64
26-
# os: ubuntu-latest
27-
# target: Android64
25+
- name: Android64
26+
os: ubuntu-latest
27+
target: Android64
2828

2929
name: ${{ matrix.config.name }}
3030
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)