Skip to content

Commit a573654

Browse files
author
Jake Champion
committed
chore: use ubuntu-20.04 instead of latest as the latest image will somtimes send a shutdown signal whilst a job is running (actions/runner-images#6709)
This seems to happen most often during our `publish` step (https://github.com/fastly/js-compute-runtime/actions/runs/4814102562)
1 parent 0cc3ed1 commit a573654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
git push --force
6464
6565
publish:
66-
runs-on: ubuntu-latest
66+
runs-on: ubuntu-20.04
6767
needs: release
6868
if: ${{ needs.release.outputs.releases_created }}
6969
steps:

0 commit comments

Comments
 (0)