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 @@ -144,7 +144,7 @@ jobs:
144144 - rubocop_and_matrix
145145 - cache_modules
146146 name : WinRM Transport
147- runs-on : windows-latest
147+ runs-on : windows-2025
148148 strategy :
149149 matrix :
150150 ruby : ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
@@ -199,7 +199,7 @@ jobs:
199199 uses : ./.github/actions/sudo_setup
200200 - if : matrix.os == 'windows-2025'
201201 uses : ./.github/actions/windows_agent_setup
202- - if : matrix.os == 'ubuntu-22 .04'
202+ - if : matrix.os == 'ubuntu-24 .04'
203203 name : Run tests
204204 run : bundle exec rake ci:apply:linux
205205 - if : matrix.os == 'windows-2025'
@@ -215,7 +215,7 @@ jobs:
215215 fail-fast : false
216216 matrix :
217217 os : [ubuntu-24.04, windows-2025]
218- ruby : ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
218+ ruby : ['3.2', '3.3']
219219 runs-on : ${{ matrix.os }}
220220 steps :
221221 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments