diff options
author | Andrew Lewis <nerf@judo.za.org> | 2024-03-14 14:55:00 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2024-03-14 14:55:00 +0200 |
commit | c1e16ab45fb3bd4bc9b1ac5072a2b49999c4a48c (patch) | |
tree | 3d56c6484bd47e83edd5823007a2117637ac7179 /.github/workflows | |
parent | 6aee123f55dba79d76ab0a5395093ddd5a7f4988 (diff) | |
download | rspamd-c1e16ab45fb3bd4bc9b1ac5072a2b49999c4a48c.tar.gz rspamd-c1e16ab45fb3bd4bc9b1ac5072a2b49999c4a48c.zip |
[Test] Use github-hosted runner
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci_rspamd.yml | 5 |
1 files changed, 1 insertions, 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: |