We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42af3fc commit a605c5bCopy full SHA for a605c5b
.github/workflows/apply.yaml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
fail-fast: false
32
matrix:
33
- os: [ubuntu-22.04, windows-latest]
+ os: [ubuntu-24.04, windows-latest]
34
ruby: [3.2]
35
runs-on: ${{ matrix.os }}
36
steps:
@@ -50,11 +50,11 @@ jobs:
50
- name: Install modules
51
if: steps.modules.outputs.cache-hit != 'true'
52
run: bundle exec r10k puppetfile install
53
- - if: matrix.os == 'ubuntu-22.04'
+ - if: matrix.os == 'ubuntu-24.04'
54
uses: ./.github/actions/sudo_setup
55
- if: matrix.os == 'windows-latest'
56
uses: ./.github/actions/windows_agent_setup
57
58
name: Run tests
59
run: bundle exec rake ci:apply:linux
60
0 commit comments