From 245d825a5f575dff25cd911363a2a237fc8bf625 Mon Sep 17 00:00:00 2001 From: s3lph Date: Sun, 14 Apr 2024 19:22:40 +0200 Subject: [PATCH] fix: ci --- .forgejo/workflows/ansible-galaxy.yml | 2 +- .forgejo/workflows/ansible-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ansible-galaxy.yml b/.forgejo/workflows/ansible-galaxy.yml index 10d2b63..a5172d1 100644 --- a/.forgejo/workflows/ansible-galaxy.yml +++ b/.forgejo/workflows/ansible-galaxy.yml @@ -9,7 +9,7 @@ on: jobs: deploy: - runs-on: docker + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.forgejo/workflows/ansible-lint.yml b/.forgejo/workflows/ansible-lint.yml index b92d906..2ef0160 100644 --- a/.forgejo/workflows/ansible-lint.yml +++ b/.forgejo/workflows/ansible-lint.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build: - runs-on: docker + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4