Skip to content

Commit d06b353

Browse files
committed
push.yml: run Linux jobs on "ubuntu-slim" runners
1 parent 434f739 commit d06b353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: [push]
77
jobs:
88
Java17-Linux:
99
if: contains(toJson(github.event.commits), '[ci skip] ') == false
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-slim
1111
steps:
1212
- uses: actions/setup-java@v5
1313
with:

0 commit comments

Comments
 (0)