@@ -128,14 +128,14 @@ jobs:
128128 with :
129129 path : modules
130130 key : ${{ runner.os }}-modules-${{ hashFiles('**/Puppetfile') }}
131- - if : matrix .os == 'ubuntu-24.04 '
131+ - if : runner .os == 'Linux '
132132 uses : ./.github/actions/sudo_setup
133- - if : matrix .os == 'windows-2025 '
133+ - if : runner .os == 'Windows '
134134 uses : ./.github/actions/windows_agent_setup
135- - if : matrix .os == 'ubuntu-24.04 '
135+ - if : runner .os == 'Linux '
136136 name : Run tests
137137 run : bundle exec rake ci:local_transport:linux
138- - if : matrix .os == 'windows-2025 '
138+ - if : runner .os == 'Windows '
139139 name : Run tests
140140 run : bundle exec rake ci:local_transport:windows
141141
@@ -196,14 +196,14 @@ jobs:
196196 with :
197197 path : modules
198198 key : ${{ runner.os }}-modules-${{ hashFiles('**/Puppetfile') }}
199- - if : matrix .os == 'ubuntu-24.04 '
199+ - if : runner .os == 'Linux '
200200 uses : ./.github/actions/sudo_setup
201- - if : matrix .os == 'windows-2025 '
201+ - if : runner .os == 'Windows '
202202 uses : ./.github/actions/windows_agent_setup
203- - if : matrix .os == 'ubuntu-22.04 '
203+ - if : runner .os == 'Linux '
204204 name : Run tests
205205 run : bundle exec rake ci:apply:linux
206- - if : matrix .os == 'windows-2025 '
206+ - if : runner .os == 'Windows '
207207 name : Run tests
208208 run : bundle exec rake ci:apply:windows
209209
0 commit comments