Skip to content

Commit e1c50d4

Browse files
authored
Merge pull request #381 from Homebrew/slimify-workflows
2 parents bd402bb + a8c6f46 commit e1c50d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync-shared-config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626

2727
jobs:
2828
generate-matrix:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-slim
3030
outputs:
3131
matrix: ${{ steps.generate-matrix.outputs.matrix }}
3232
steps:
@@ -107,7 +107,7 @@ jobs:
107107
run: cp /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/.ruby-version .
108108

109109
- name: Install Ruby
110-
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
110+
uses: ruby/setup-ruby@f8d7259c7a66155a7c4a157a1a10ca601f186594 # v1.271.0
111111
with:
112112
bundler-cache: true
113113

@@ -150,7 +150,7 @@ jobs:
150150
GH_TOKEN: ${{ secrets.HOMEBREW_DOTGITHUB_WORKFLOW_TOKEN }}
151151
conclusion:
152152
needs: sync
153-
runs-on: ubuntu-latest
153+
runs-on: ubuntu-slim
154154
if: always()
155155
steps:
156156
- name: Result

0 commit comments

Comments
 (0)