Skip to content

Commit

Permalink
Update github actions to ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey authored Apr 16, 2023
1 parent a4487c6 commit 73f3e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
testsuite:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

cs-stan:
name: Coding Standard & Static Analysis
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 73f3e77

Please sign in to comment.