We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b36dc commit b8828e0Copy full SHA for b8828e0
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
needs: check
43
strategy:
44
matrix:
45
- os: [unbuntu-24.04, ubuntu-24.04-arm]
+ os: [ubuntu-24.04, ubuntu-24.04-arm]
46
runs-on: ${{ matrix.os }}
47
steps:
48
- uses: actions/checkout@v5
0 commit comments