Skip to content

Commit

Permalink
Use ubuntu-latest for refman.yml
Browse files Browse the repository at this point in the history
It's what setup-tectonic works with.
  • Loading branch information
atomb committed Feb 5, 2024
1 parent 893e9a7 commit c5ed0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-latest ]
steps:
- name: OS
run: echo ${{ runner.os }} ${{ matrix.os }}
Expand Down

0 comments on commit c5ed0d5

Please sign in to comment.