Skip to content

Commit

Permalink
CI: correct runner to arm in automatic app updater
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Feb 1, 2025
1 parent e08325e commit 5e669ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
path: ${{ runner.temp }}/GITHUB_WORKSPACE.tar

test-updated-apps:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
needs: get-latest-app-versions
strategy:
matrix:
Expand Down

0 comments on commit 5e669ae

Please sign in to comment.