Skip to content

Commit

Permalink
Update OS version in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Rani committed Oct 11, 2023
1 parent 736a750 commit 9ebce0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -6,11 +6,11 @@ on:
- opened
- synchronize
push:
branches: [main]
branches: [fix_ci_pipeline]

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 9ebce0e

Please sign in to comment.