ARM Runner issues should be resolved

https://github.com/orgs/community/discussions/148648#discussioncomment-12205917
This commit is contained in:
Paulchen-Panther 2025-02-21 19:31:31 +01:00
parent 8bd9ed53af
commit 56fb8525b4

View File

@ -36,7 +36,7 @@ jobs:
Linux:
name: 🐧 ${{ matrix.os.description }}
runs-on: ${{ matrix.os.architecture[0] == 'amd64' && 'ubuntu-22.04' || 'ubuntu-22.04-arm' }}
runs-on: ${{ matrix.os.architecture[0] == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}
strategy:
fail-fast: false
matrix: