From 89dca7428f432e7a0ac73a22fe4e03943a48217d Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 18 Nov 2024 14:28:21 -0500 Subject: [PATCH] Update arbitrator-ci.yml --- .github/workflows/arbitrator-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arbitrator-ci.yml b/.github/workflows/arbitrator-ci.yml index 01d7957697..fb9e85f280 100644 --- a/.github/workflows/arbitrator-ci.yml +++ b/.github/workflows/arbitrator-ci.yml @@ -31,7 +31,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, ubuntu-22.04] + os: [ubuntu-latest] steps: - name: Setup tmate session uses: mxschmitt/action-tmate@v3