From 53ba22ba268830bfa7e1e53510abc5028b304d00 Mon Sep 17 00:00:00 2001 From: Tihomir Krasimirov Mateev Date: Thu, 8 Aug 2024 12:22:24 +0300 Subject: [PATCH] Suspected change in ubuntu (#2949) --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 938cc30f48..3e796f739a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,7 +20,7 @@ jobs: build: name: Build and Test - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout project uses: actions/checkout@v4