Skip to content

Commit

Permalink
[Issue 288] Move off the disabled ubuntu-16.04 runner to the current …
Browse files Browse the repository at this point in the history
…LTS ubuntu-20.04

Using ubuntu-latest is also an option but for today I'm sticking with a specific version.
  • Loading branch information
bstansberry committed Sep 20, 2021
1 parent c008211 commit bae13fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
github-pages:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: helaili/[email protected]
Expand Down

0 comments on commit bae13fd

Please sign in to comment.