Skip to content

Commit 65bb300

Browse files
committed
CI: always use Ubuntu 24.04/Windows 2025
1 parent 432627e commit 65bb300

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 5 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) }}
@@ -179,7 +179,9 @@ jobs:
179179
fail-fast: false
180180
matrix:
181181
os: [ubuntu-24.04, windows-2025]
182-
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
182+
#ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
183+
# currently doesn't support Ruby 3.4
184+
ruby: ['3.2', '3.3']
183185
runs-on: ${{ matrix.os }}
184186
steps:
185187
- name: Checkout repository
@@ -199,7 +201,7 @@ jobs:
199201
uses: ./.github/actions/sudo_setup
200202
- if: matrix.os == 'windows-2025'
201203
uses: ./.github/actions/windows_agent_setup
202-
- if: matrix.os == 'ubuntu-22.04'
204+
- if: matrix.os == 'ubuntu-24.04'
203205
name: Run tests
204206
run: bundle exec rake ci:apply:linux
205207
- if: matrix.os == 'windows-2025'

0 commit comments

Comments
 (0)