From 4f78d5156c4ed5164583479d601c2daaabef2552 Mon Sep 17 00:00:00 2001 From: Sebastijan Zindl Date: Tue, 9 Jun 2026 16:55:34 +0200 Subject: [PATCH] feat(BRIDGE-572): update Actions linux runner --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1ccdf882..0f1c5f58 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-22.04, macos-15, windows-latest] + os: [ubuntu-latest, macos-15, windows-latest] runs-on: ${{ matrix.os }} steps: - name: Get sources