change runner

This commit is contained in:
Fauli1221 2024-04-30 21:33:33 +02:00
parent 5ec07b4788
commit e32d3c1b8d
5 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
checker:
name: Checker
runs-on: ubuntu-22.04
runs-on: podman
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -7,7 +7,7 @@ on:
jobs:
updateData:
name: Update data - ${{ matrix.fetch }}
runs-on: ubuntu-20.04
runs-on: podman
if: ${{ github.repository_owner == 'searxng'}}
strategy:
fail-fast: false

View file

@ -12,7 +12,7 @@ permissions:
jobs:
python:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: podman
strategy:
matrix:
os: [ubuntu-20.04]

View file

@ -7,7 +7,7 @@ on:
jobs:
dockers:
name: Trivy ${{ matrix.image }}
runs-on: ubuntu-20.04
runs-on: podman
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -7,7 +7,7 @@ on:
jobs:
babel:
name: "create PR for additions from weblate"
runs-on: ubuntu-20.04
runs-on: podman
if: ${{ github.repository_owner == 'searxng' && github.ref == 'refs/heads/master' }}
steps:
- name: Checkout