Skip to content

Commit

Permalink
v1.2.3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0mgRod committed Apr 4, 2024
1 parent 578560d commit 82b5713
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- name: Windows
os: windows-latest

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

- name: Android32
os: ubuntu-latest
target: Android32

- name: Android64
os: ubuntu-latest
target: Android64
# - name: Android64
# os: ubuntu-latest
# target: Android64

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit 82b5713

Please sign in to comment.