diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60eee0b..2c4be03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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