Skip to content

Commit 022d86e

Browse files
committed
ci(python-wasm): fix retry step os identifier
1 parent 2c34dae commit 022d86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run_install: true
5353

5454
- uses: nick-fields/retry@v3
55-
if: ${{ matrix.os == 'ubuntu-22.04' }}
55+
if: ${{ matrix.os == 'ubuntu-24.04' }}
5656
with:
5757
max_attempts: 5
5858
timeout_minutes: 10

0 commit comments

Comments
 (0)