Skip to content

Commit

Permalink
chore(ci): restore old github-arm64-2c-8gb for test-drivers-arm64.
Browse files Browse the repository at this point in the history
CI fails otherwise with some drivers tests issues.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jan 16, 2025
1 parent 3d76b76 commit 0c64483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/drivers_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
test-drivers:
name: test-drivers-${{ matrix.arch }} 😇 (bundled_deps)
runs-on: ${{ (matrix.arch == 'arm64' && 'github-aarch64-4cpu-16gb') || 'ubuntu-22.04' }}
runs-on: ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb') || 'ubuntu-22.04' }}
needs: paths-filter
strategy:
matrix:
Expand Down

0 comments on commit 0c64483

Please sign in to comment.