Skip to content

Commit 06392f3

Browse files
ansible: use ubuntu-24.04 runner for windows tests (#5138)
1 parent 4c3c4a4 commit 06392f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
windows-test:
125125
name: Windows Test
126126
needs: lint
127-
runs-on: ubuntu-20.04
127+
runs-on: ubuntu-24.04
128128
timeout-minutes: 60
129129
strategy:
130130
fail-fast: false

0 commit comments

Comments
 (0)