Skip to content

Commit

Permalink
Update draft-pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisW09 authored May 25, 2024
1 parent fc6511d commit fc00251
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ on:

jobs:
paper:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # Update the runs-on field to use Ubuntu 20.04

name: Paper Draft

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit fc00251

Please sign in to comment.