Skip to content

Commit

Permalink
Update autobuild.yml
Browse files Browse the repository at this point in the history
Update to ubuntu-20.04 per actions/runner-images#6002
  • Loading branch information
lmz authored May 23, 2023
1 parent 769f200 commit 64dc4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
Expand Down

0 comments on commit 64dc4ce

Please sign in to comment.