Skip to content

Commit

Permalink
[CI] Update CI runner from Ubuntu 18.04 to 22.04
Browse files Browse the repository at this point in the history
Use actions/checkout@v4 instead of v2
  • Loading branch information
gruenich committed Nov 18, 2023
1 parent dae3913 commit ee457e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
jobs:
test:
name: Testing UseLatexMk
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- name: Checking out the UseLatexMk repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run test suite
run: |
Expand Down

0 comments on commit ee457e7

Please sign in to comment.