1
0
Fork 0
forked from infra/ansible

Use fedora:latest image for CI

This commit is contained in:
Michal Konečný 2026-02-19 16:26:45 +01:00
commit 7f8896885d

View file

@ -4,6 +4,8 @@ on: [push, pull-request]
jobs:
lint:
runs-on: infra-1
container:
image: fedora:latest
steps:
- name: Install testing tools
run: |