Skip to content

Commit 82f9f6c

Browse files
committed
update CI config
1 parent 89b698c commit 82f9f6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
testsuite-linux:
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
fail-fast: false
1616
matrix:
@@ -62,7 +62,7 @@ jobs:
6262
6363
cs-stan:
6464
name: Coding Standard & Static Analysis
65-
runs-on: ubuntu-18.04
65+
runs-on: ubuntu-22.04
6666

6767
steps:
6868
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)