Skip to content

Commit

Permalink
Merge pull request #18 from robert-will-brown/fix-workflow
Browse files Browse the repository at this point in the history
Setting to ubuntu-latest
  • Loading branch information
robert-will-brown authored Apr 11, 2024
2 parents a61af6f + 7844d5c commit 0bc7e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/produce-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
jobs:
publish_pdf:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 0bc7e7b

Please sign in to comment.