Skip to content

Commit cfcce0f

Browse files
authored
Merge pull request #102 from bgilbert/slim
workflows: switch small jobs to ubuntu-slim
2 parents d0519ee + 388dcae commit cfcce0f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/maintainer/mkmaintainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
from pathlib import Path
44
from urllib.parse import urlencode

.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)