]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Use github-hosted runner
authorAndrew Lewis <nerf@judo.za.org>
Thu, 14 Mar 2024 12:55:00 +0000 (14:55 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 14 Mar 2024 12:55:00 +0000 (14:55 +0200)
.github/workflows/ci_rspamd.yml

index 7c32e1cdcc6edcc3b0704f72cff4ca14c674f967..c6e4347f98b92c91deb2e8c1ca923cbeb2f97fa9 100644 (file)
@@ -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: