Skip to content

Commit 9d0df32

Browse files
authored
github: ci: switch to ubuntu-22.04
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
1 parent c8a4bc5 commit 9d0df32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
- push
5+
- pull_request
46

57
jobs:
68
CI:
7-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
810
steps:
911
- name: 'Check out code'
1012
uses: actions/checkout@v4

0 commit comments

Comments
 (0)