Skip to content

Commit 425a278

Browse files
committed
CI: always use Ubuntu 24.04/Windows 2025
1 parent 3320fb6 commit 425a278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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', '3.4']
219219
runs-on: ${{ matrix.os }}
220220
steps:
221221
- name: Checkout repository

0 commit comments

Comments
 (0)