Skip to content

Commit ac9c24b

Browse files
joshcoopercthorn42
authored andcommitted
Use ubuntu-latest
Ubuntu 20.04 was retired 2025-04-15 This follows the same thing we did in puppetlabs/phoenix-github-actions@36a826a
1 parent e583ea2 commit ac9c24b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
rubocop_checks:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
name: RuboCop
1616
steps:
1717
- name: Checkout current PR

.github/workflows/unit_tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- '3.2'
2525
- 'jruby-9.3.14.0'
2626
- 'jruby-9.4.8.0'
27-
runs-on: ubuntu-20.04
27+
# 24.04 doesn't support older jruby versions, so use 22.04 as middle ground
28+
# When we drop testing against puppet7, then we can use newer ubuntu.
29+
runs-on: ubuntu-22.04
2830
steps:
2931
- name: Checkout current PR
3032
uses: actions/checkout@v4

0 commit comments

Comments
 (0)