Skip to content

Commit a38a575

Browse files
authored
(maint) Update module_release_prep.yml to run on latest
Prior to this commit the release prep job is running Ubuntu 20.04 which will be removed from GH Actions on the 1st April. Updating to latest to run in line with all other jobs.
1 parent 5a23f3c commit a38a575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module_release_prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
release_prep:
1818
name: "Release prep"
19-
runs-on: "ubuntu-20.04"
19+
runs-on: "ubuntu-latest"
2020

2121
env:
2222
BUNDLE_WITHOUT: development:system_tests

0 commit comments

Comments
 (0)