Skip to content

Commit

Permalink
chore: use ubuntu-20.04 runner (#1617)
Browse files Browse the repository at this point in the history
ubuntu-18.04 was deprecated: actions/runner-images#6002
  • Loading branch information
DavSanchez authored Apr 5, 2023
1 parent 1b64643 commit 62b8860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/component_linux_harvest_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-18.04 ]
os: [ ubuntu-20.04 ]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 62b8860

Please sign in to comment.