From 6520c8efa052983c08c7be4680a6746ed7b1e870 Mon Sep 17 00:00:00 2001 From: Artem Makhortov <13339874+artmakh@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:30:33 +0700 Subject: [PATCH] fix(ci): Update github-hosted runner label (#552) --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d0895f3a..e0646cd2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,7 +14,7 @@ jobs: name: unit-tests strategy: matrix: - platform: [macos-latest, ubuntu-22.04-github-hosted-16core] + platform: [macos-latest, ubuntu-24.04-github-hosted-16core] runs-on: ${{ matrix.platform }} steps: