We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7880197 commit 19fde07Copy full SHA for 19fde07
1 file changed
.github/workflows/tests.yaml
@@ -195,14 +195,14 @@ jobs:
195
with:
196
path: modules
197
key: ${{ runner.os }}-modules-${{ hashFiles('**/Puppetfile') }}
198
- - if: matrix.os == 'ubuntu-22.04'
+ - if: matrix.os == 'ubuntu-24.04'
199
uses: ./.github/actions/sudo_setup
200
- if: matrix.os == 'windows-latest'
201
uses: ./.github/actions/windows_agent_setup
202
203
name: Run tests
204
run: bundle exec rake ci:apply:linux
205
- - if: matrix.os == 'windows-latest'
+ - if: matrix.os == 'windows-2025'
206
207
run: bundle exec rake ci:apply:windows
208
0 commit comments