Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalomaki authored Sep 3, 2021
1 parent 108d9c6 commit b43beb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Inspired by <https://github.com/machulav/ec2-github-runner>
```yaml
jobs:
start-runner:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- id: runner
name: Start runner
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
stop-runner:
needs: [start-runner, complex-build]
if: always() && needs.start-runner.result == 'success'
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Stop runner
uses: superblk/ec2-actions-runner/[email protected]
Expand Down

0 comments on commit b43beb4

Please sign in to comment.