ci: use codeberg-small runner labels instead of ubuntu-latest

This commit is contained in:
GuettliBot2
2026-05-17 12:19:35 +02:00
parent ef28d25f77
commit 34d28d8a56
3 changed files with 6 additions and 6 deletions
@@ -9,7 +9,7 @@ on:
jobs:
integration-android:
name: Android Emulator Integration Tests
runs-on: ubuntu-latest
runs-on: codeberg-small
timeout-minutes: 60
steps:
+4 -4
View File
@@ -8,7 +8,7 @@ on:
jobs:
check:
name: Full Project Check
runs-on: ubuntu-latest
runs-on: codeberg-small
timeout-minutes: 30
steps:
@@ -48,7 +48,7 @@ jobs:
build-linux:
name: Build Linux Release
runs-on: ubuntu-latest
runs-on: codeberg-small
needs: check
if: github.ref == 'refs/heads/main'
@@ -87,7 +87,7 @@ jobs:
deploy-playstore:
name: Build & Deploy to Play Store
runs-on: ubuntu-latest
runs-on: codeberg-small
needs: check
if: github.ref == 'refs/heads/main'
@@ -160,7 +160,7 @@ jobs:
publish-website:
name: Publish Website Build History
runs-on: ubuntu-latest
runs-on: codeberg-small
needs: [build-linux, deploy-playstore]
if: |
always() &&
+1 -1
View File
@@ -12,7 +12,7 @@ on:
jobs:
deploy:
name: Build & Deploy Website
runs-on: ubuntu-latest
runs-on: codeberg-small
steps:
- uses: actions/checkout@v4