ci: rename runner label from dagger-dagger to ubuntu-latest

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Güttler
2026-05-17 22:11:57 +02:00
co-authored by Claude Sonnet 4.6
parent 6863e309cd
commit 5562f82f35
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -8,7 +8,7 @@ on:
jobs:
check:
name: Full Project Check
runs-on: dagger-dagger
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
@@ -21,7 +21,7 @@ jobs:
build-linux:
name: Build Linux Release
runs-on: dagger-dagger
runs-on: ubuntu-latest
needs: check
if: github.ref == 'refs/heads/main'
timeout-minutes: 60
@@ -41,7 +41,7 @@ jobs:
deploy-playstore:
name: Build & Deploy to Play Store
runs-on: dagger-dagger
runs-on: ubuntu-latest
needs: check
if: github.ref == 'refs/heads/main'
timeout-minutes: 60
@@ -68,7 +68,7 @@ jobs:
publish-website:
name: Publish Website Build History
runs-on: dagger-dagger
runs-on: ubuntu-latest
needs: [build-linux, deploy-playstore]
if: |
always() &&
+1 -1
View File
@@ -12,7 +12,7 @@ on:
jobs:
deploy:
name: Build & Deploy Website
runs-on: dagger-dagger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4