Skip to content

Commit

Permalink
moved it from pogr-sponsored to normal runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 30, 2024
1 parent b78b798 commit dec9a86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
is_template: 'true'

build-editors:
runs-on: pogr-sponsored
#runs-on: "ubuntu-20.04"
#runs-on: pogr-sponsored
runs-on: "ubuntu-20.04"
name: Building Android ${{ matrix.name }}
needs: editor-check
if: ${{ needs.editor-check.outputs.compile == 'true' || github.event.client_payload.force }}
Expand Down Expand Up @@ -280,8 +280,8 @@ jobs:
cerebro_auth: ${{ secrets.BLAZIUM_AUTH }}

build-editor:
runs-on: pogr-sponsored
#runs-on: "ubuntu-20.04"
#runs-on: pogr-sponsored
runs-on: "ubuntu-20.04"
name: Building Android ${{ matrix.name }}
needs: [ editor-check, build-editors ]
if: ${{ needs.editor-check.outputs.compile == 'true' || github.event.client_payload.force }}
Expand Down

0 comments on commit dec9a86

Please sign in to comment.