Skip to content

Commit

Permalink
chore: use ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithsomraaj committed Aug 22, 2023
1 parent 0f0ef05 commit a51daa5
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 @@ -5,7 +5,7 @@ on: [push]
jobs:
tests:
name: Foundry Testing
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

slither:
name: Slither Run
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit a51daa5

Please sign in to comment.