Skip to content

Commit c1cf5d6

Browse files
committed
fix: update Ubuntu version in CI workflow to 24.04
1 parent bbbe230 commit c1cf5d6

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
@@ -26,7 +26,7 @@ jobs:
2626
name: Tests
2727
strategy:
2828
matrix:
29-
os: [ubuntu-22.04, windows-latest]
29+
os: [ubuntu-24.04, windows-latest]
3030
ruby: [3.1]
3131
runs-on: ${{ matrix.os }}
3232
steps:
@@ -48,11 +48,11 @@ jobs:
4848
- name: Install modules
4949
if: steps.modules.outputs.cache-hit != 'true'
5050
run: bundle exec r10k puppetfile install
51-
- if: matrix.os == 'ubuntu-22.04'
51+
- if: matrix.os == 'ubuntu-24.04'
5252
uses: ./.github/actions/sudo_setup
5353
- if: matrix.os == 'windows-latest'
5454
uses: ./.github/actions/windows_agent_setup
55-
- if: matrix.os == 'ubuntu-22.04'
55+
- if: matrix.os == 'ubuntu-24.04'
5656
name: Run tests
5757
run: bundle exec rake ci:apply:linux
5858
- if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)