Skip to content

Commit

Permalink
Merge pull request #209 from lidofinance/fix-workflow-ubuntu-version
Browse files Browse the repository at this point in the history
Change Ubuntu version for CI tests run
  • Loading branch information
jake4take authored Jan 7, 2025
2 parents 1ec10c9 + e5dc97b commit 502192a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
test:
name: Testing
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 502192a

Please sign in to comment.