We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7880197 commit 78079d2Copy full SHA for 78079d2
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'
+ - if: matrix.os == 'windows-2025'
201
uses: ./.github/actions/windows_agent_setup
202
- if: matrix.os == 'ubuntu-22.04'
203
name: Run tests
204
run: bundle exec rake ci:apply:linux
205
206
207
run: bundle exec rake ci:apply:windows
208
0 commit comments