Skip to content

Commit

Permalink
Fixes GH Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Jan 16, 2024
1 parent 0b5bf14 commit 1f7a26c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: [pull_request]

jobs:
build_via_pandoc:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/on_release.yml

This file was deleted.

0 comments on commit 1f7a26c

Please sign in to comment.