commit c1e16ab: [Test] Use github-hosted runner

Andrew Lewis nerf at judo.za.org
Mon Jul 29 17:54:05 UTC 2024


Author: Andrew Lewis
Date: 2024-03-14 14:55:00 +0200
URL: https://github.com/rspamd/rspamd/commit/c1e16ab45fb3bd4bc9b1ac5072a2b49999c4a48c

[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:


More information about the Commits mailing list