Skip to content

Commit

Permalink
Fix workflow ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
konchunas committed Dec 20, 2023
1 parent 90b8a2d commit 53d0a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Compile and test contracts
run: yarn compile && yarn test
scenario-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install Git
Expand Down

0 comments on commit 53d0a29

Please sign in to comment.