Skip to content

Commit df90558

Browse files
authored
CI: Run on Ubuntu 22 (#128)
1 parent bc27ddc commit df90558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
matrix:
1010
name: Find packages
11-
runs-on: Ubuntu-20.04
11+
runs-on: Ubuntu-22.04
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
needs: matrix
2929
name: Test
30-
runs-on: Ubuntu-20.04
30+
runs-on: Ubuntu-22.04
3131
strategy:
3232
fail-fast: false
3333
matrix:

0 commit comments

Comments
 (0)