diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index 65480ef..3e661a2 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -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 }}