File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ concurrency:
2626
2727jobs :
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
You can’t perform that action at this time.
0 commit comments