Skip to content

Commit

Permalink
Use Ubuntu 18.04 for the workflow
Browse files Browse the repository at this point in the history
[why]
There are currently problems at Github to use ubuntu-latest workflows.

[how]
Use 18.04 as this is enough for us at the moment.
This needs to be changed back sometimes...

[note]
There seems to be no font-patcher PPA for 20.04.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Jul 6, 2020
1 parent 6c0ee94 commit 09f8793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
NERDFONTVERS: v2.1.0
steps:
Expand Down

0 comments on commit 09f8793

Please sign in to comment.