From a51daa59f20f0292b2049b15c0ea8a66099ebbad Mon Sep 17 00:00:00 2001 From: Sujith Date: Tue, 22 Aug 2023 18:54:58 +0530 Subject: [PATCH] chore: use ubuntu 20.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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