From 0ac21f036c24896c5cfb0ce9185155e6cb33eda5 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 29 May 2024 12:49:30 +0200 Subject: [PATCH] update to Ubuntu 22.04 for Binary Ninja tests --- .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 9a96fbcd7..bc3270675 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -106,7 +106,7 @@ jobs: name: Binary Ninja tests for ${{ matrix.python-version }} env: BN_SERIAL: ${{ secrets.BN_SERIAL }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [tests] strategy: fail-fast: false