Skip to content

Commit 04fde0d

Browse files
authored
chore: Use ubuntu-slim for lightweight jobs (#104)
This PR was automatically generated by a codemod implemented in the following PR: - coopnorge/codemod#321 ref: coopnorge/cloud-platform-team#1220
1 parent a817948 commit 04fde0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ concurrency:
55
cancel-in-progress: true
66
jobs:
77
build:
8-
runs-on: ubuntu-24.04
8+
runs-on: ubuntu-slim
99
steps:
1010
- run: echo hello world

0 commit comments

Comments
 (0)