From 0cea3f80b471d39ff2a5902d7a177daa09377932 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 30 Jul 2024 10:44:37 +0200 Subject: [PATCH] ci: Try to run on self-hosted runners Signed-off-by: Joas Schilling --- .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 e3aa3c4..407a2c0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,7 +15,7 @@ env: jobs: integration: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: fail-fast: false