Skip to content

Commit a605c5b

Browse files
committed
bump ubuntu 22 to 24, from c1cf5d6 (skipped in rebase)
1 parent 42af3fc commit a605c5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/apply.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ubuntu-22.04, windows-latest]
33+
os: [ubuntu-24.04, windows-latest]
3434
ruby: [3.2]
3535
runs-on: ${{ matrix.os }}
3636
steps:
@@ -50,11 +50,11 @@ jobs:
5050
- name: Install modules
5151
if: steps.modules.outputs.cache-hit != 'true'
5252
run: bundle exec r10k puppetfile install
53-
- if: matrix.os == 'ubuntu-22.04'
53+
- if: matrix.os == 'ubuntu-24.04'
5454
uses: ./.github/actions/sudo_setup
5555
- if: matrix.os == 'windows-latest'
5656
uses: ./.github/actions/windows_agent_setup
57-
- if: matrix.os == 'ubuntu-22.04'
57+
- if: matrix.os == 'ubuntu-24.04'
5858
name: Run tests
5959
run: bundle exec rake ci:apply:linux
6060
- if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)