Skip to content

Commit

Permalink
Merge pull request #14 from gruenich/feature/update-CI
Browse files Browse the repository at this point in the history
[CI] Update CI runner from Ubuntu 18.04 to 22.04
  • Loading branch information
dokempf committed Nov 21, 2023
2 parents dae3913 + ee457e7 commit b27f1ac
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 b27f1ac

Please sign in to comment.