Skip to content

Commit 82ea463

Browse files
authored
Update runner for Modernizer job to ubuntu-latest
Changed the runner from ubuntu-slim to ubuntu-latest for the Modernizer job due to 15min time-out.
1 parent 1b86244 commit 82ea463

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests-code.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ jobs:
130130
131131
modernizer:
132132
name: Modernizer
133-
runs-on: ubuntu-slim
133+
# too slow on ubuntu-slim
134+
runs-on: ubuntu-latest
134135
steps:
135136
- name: Checkout source
136137
uses: actions/checkout@v6

0 commit comments

Comments
 (0)