We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c34dae commit 022d86eCopy full SHA for 022d86e
1 file changed
.github/workflows/python-wasm.yml
@@ -52,7 +52,7 @@ jobs:
52
run_install: true
53
54
- uses: nick-fields/retry@v3
55
- if: ${{ matrix.os == 'ubuntu-22.04' }}
+ if: ${{ matrix.os == 'ubuntu-24.04' }}
56
with:
57
max_attempts: 5
58
timeout_minutes: 10
0 commit comments