From c1e16ab45fb3bd4bc9b1ac5072a2b49999c4a48c Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 14 Mar 2024 14:55:00 +0200 Subject: [PATCH] [Test] Use github-hosted runner --- .github/workflows/ci_rspamd.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci_rspamd.yml b/.github/workflows/ci_rspamd.yml index 7c32e1cdc..c6e4347f9 100644 --- a/.github/workflows/ci_rspamd.yml +++ b/.github/workflows/ci_rspamd.yml @@ -17,10 +17,7 @@ env: jobs: test: - runs-on: ["self-hosted", "linux", "${{ matrix.arch }}"] - strategy: - matrix: - arch: [ARM64, X64] + runs-on: ["ubuntu-latest"] container: image: ${{ inputs.image }} steps: -- 2.39.5