diff --git a/.github/workflows/_/android_opengl.yml b/.github/workflows/_/android_opengl.yml deleted file mode 100644 index b2afbdf4..00000000 --- a/.github/workflows/_/android_opengl.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Android (OpenGL) - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Compile - run: | - cd armorpaint - ../armorcore/make --target android --graphics opengl --compile diff --git a/.github/workflows/_/ios_metal.yml b/.github/workflows/_/ios_metal.yml deleted file mode 100644 index 7333b055..00000000 --- a/.github/workflows/_/ios_metal.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: iOS (Metal) - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - - runs-on: macOS-latest - - steps: - - uses: actions/checkout@v3 - - name: Compile - run: | - cd armorpaint - ../armorcore/make --target ios --graphics metal --compile