Skip to content

Commit d4c9560

Browse files
committed
CI: Specify Ubuntu 22.04-LTS for host
1 parent a9400de commit d4c9560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
rv32emu:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88
steps:
99
- uses: actions/checkout@v3.0.2
1010
- name: install-dependencies
@@ -17,7 +17,7 @@ jobs:
1717
run: make check
1818

1919
coding_style:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121
steps:
2222
- uses: actions/checkout@v3.0.2
2323
- name: coding convention

0 commit comments

Comments
 (0)