Skip to content

Commit a0e6a8e

Browse files
committed
CI: Switch some jobs to latest Ubuntu/Windows
1 parent 4c15161 commit a0e6a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/local_transport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-22.04, windows-latest]
22+
os: [ubuntu-24.04, windows-2025]
2323
ruby: [3.2]
2424
runs-on: ${{ matrix.os }}
2525
steps:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
os: [ubuntu-24.04, windows-latest]
36+
os: [ubuntu-24.04, windows-2025]
3737
# don't generate the matrix dynamically until we switch from puppet to openvox, puppet fails on Ruby 3.4
3838
#ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
3939
ruby: ['3.2', '3.3']

0 commit comments

Comments
 (0)