From 393649d9e40d3ed418ac9e87c47f1cc901242d8d Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Thu, 18 Jul 2024 09:32:27 +0200 Subject: [PATCH] ci: Fix ci --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f535d2ef2..ae5c6f11b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: product: [ccip] name: Foundry Tests ${{ matrix.product }} # See https://github.com/foundry-rs/foundry/issues/3827 - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest # The if statements for steps after checkout repo is workaround for # passing required check for PRs that don't have filtered changes.