We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefc965 commit 076322dCopy full SHA for 076322d
1 file changed
.github/workflows/build-test.yml
@@ -51,7 +51,9 @@ jobs:
51
if: ${{ fromJson(needs.gen-matrix.outputs.matrix) }}
52
needs: gen-matrix
53
name: build
54
- runs-on: ubuntu-latest
+ runs-on:
55
+ - ubuntu-24.04
56
+ - ubuntu-24.04-arm
57
timeout-minutes: 60
58
strategy:
59
fail-fast: false
0 commit comments