Skip to content

Commit 1f07567

Browse files
FRW-10317 Upgrade Ubuntu version in CI
1 parent a131f0e commit 1f07567

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
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
validation:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
fail-fast: false
1313
matrix:
@@ -50,7 +50,7 @@ jobs:
5050
run: composer stan
5151

5252
prefer-lowest:
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-22.04
5454
strategy:
5555
fail-fast: false
5656
matrix:

0 commit comments

Comments
 (0)