Skip to content

Commit 388dcae

Browse files
committed
workflows: switch small jobs to ubuntu-slim
Save some resources. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent f7ba7a9 commit 388dcae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
pre-commit:
1515
name: Rerun pre-commit checks
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-slim
1717
steps:
1818
- name: Check out repo
1919
uses: actions/checkout@v5
@@ -112,7 +112,7 @@ jobs:
112112
name: Release
113113
if: github.ref_type == 'tag'
114114
needs: build
115-
runs-on: ubuntu-latest
115+
runs-on: ubuntu-slim
116116
concurrency: release-${{ github.ref }}
117117
permissions:
118118
contents: write

0 commit comments

Comments
 (0)