We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368e6b8 commit a13b983Copy full SHA for a13b983
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
testsuite-linux:
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
17
strategy:
18
fail-fast: false
19
matrix:
@@ -98,7 +98,7 @@ jobs:
98
99
cs-stan:
100
name: Coding Standard & Static Analysis
101
102
103
steps:
104
- uses: actions/checkout@v3
0 commit comments