diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index e22b3a8..e2a61ca 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -12,24 +12,11 @@ jobs: fail-fast: false matrix: config: - - name: Windows - os: windows-latest - - - name: macOS - os: macos-latest - name: iOS os: macos-latest target: iOS - - name: Android32 - os: ubuntu-latest - target: Android32 - - - name: Android64 - os: ubuntu-latest - target: Android64 - name: ${{ matrix.config.name }} runs-on: ${{ matrix.config.os }} @@ -40,7 +27,7 @@ jobs: #uses: geode-sdk/build-geode-mod@main uses: geode-catgirls/build-geode-mod@main with: - bindings: YellowCat98/bindings + bindings: YellowCat98/geode-bindings bindings-ref: main combine: true target: ${{ matrix.config.target }}