Skip to content

Commit

Permalink
Trying Ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Jan 12, 2021
1 parent 38ee441 commit 68611e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation-and-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on: [push, pull_request]
jobs:
doxygen:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2

- name: Install packages used when generating documentation
run: |
sudo apt-get update
sudo apt-get install doxygen dot
sudo apt-get install doxygen graphviz
- name: Build doxygen HTML
run: |
Expand Down

0 comments on commit 68611e9

Please sign in to comment.