We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbe230 commit c1cf5d6Copy full SHA for c1cf5d6
.github/workflows/apply.yaml
@@ -26,7 +26,7 @@ jobs:
26
name: Tests
27
strategy:
28
matrix:
29
- os: [ubuntu-22.04, windows-latest]
+ os: [ubuntu-24.04, windows-latest]
30
ruby: [3.1]
31
runs-on: ${{ matrix.os }}
32
steps:
@@ -48,11 +48,11 @@ jobs:
48
- name: Install modules
49
if: steps.modules.outputs.cache-hit != 'true'
50
run: bundle exec r10k puppetfile install
51
- - if: matrix.os == 'ubuntu-22.04'
+ - if: matrix.os == 'ubuntu-24.04'
52
uses: ./.github/actions/sudo_setup
53
- if: matrix.os == 'windows-latest'
54
uses: ./.github/actions/windows_agent_setup
55
56
name: Run tests
57
run: bundle exec rake ci:apply:linux
58
0 commit comments