Skip to content

Commit

Permalink
CI: upgrade to ubuntu 22.04 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Jan 16, 2024
1 parent 19e2655 commit fa8de48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:
jobs:
test-nutshell:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Prepare environment
run: |
Expand Down

0 comments on commit fa8de48

Please sign in to comment.