Skip to content

Commit

Permalink
github/workflows: update runs-on to ubuntu-22 and actions@checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed Nov 9, 2023
1 parent ee3102f commit 01fe80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml → .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ env:
jobs:
test:
name: test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

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

- name: Test in Docker
run: |
Expand Down

0 comments on commit 01fe80a

Please sign in to comment.