Skip to content

Commit

Permalink
🏗️
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Jun 4, 2024
1 parent 5f8e972 commit f1d1099
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
fail-fast: false
matrix:
config:
# - target: linux
# host: ubuntu-latest
- target: linux
host: ubuntu-latest
- target: windows
host: windows-latest
# - target: macos
# host: macos-latest
# - target: ios
# host: macos-latest
# - target: android-arm64
# host: ubuntu-latest
- target: macos
host: macos-latest
- target: ios
host: macos-latest
- target: android-arm64
host: ubuntu-latest

runs-on: ${{ matrix.config.host }}

Expand Down

0 comments on commit f1d1099

Please sign in to comment.