From b15073e9ddec44d66365176f0201f4951bfea364 Mon Sep 17 00:00:00 2001 From: KLxHunter Date: Tue, 10 Dec 2024 17:34:41 +0700 Subject: [PATCH] test cicd --- .gitea/workflows/00-someaction.yaml | 4 ++-- 01-demo.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/00-someaction.yaml b/.gitea/workflows/00-someaction.yaml index a485016..a993d8f 100644 --- a/.gitea/workflows/00-someaction.yaml +++ b/.gitea/workflows/00-someaction.yaml @@ -7,7 +7,7 @@ on: jobs: ci-flow: - runs-on: alpine-latest + runs-on: ubuntu-22.12 steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" @@ -45,7 +45,7 @@ jobs: run: docker network ls cd-flow: - runs-on: alpine-latest + runs-on: ubuntu-22.12 needs: ci-flow if: gitea.ref == 'refs/heads/main' steps: diff --git a/01-demo.yaml b/01-demo.yaml index ff9ed91..a100d41 100644 --- a/01-demo.yaml +++ b/01-demo.yaml @@ -7,7 +7,7 @@ on: jobs: demo-ci-flow: - runs-on: ubuntu-22.04 + runs-on: ubuntu-22.12 steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" @@ -32,7 +32,7 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." demo-cd-flow: - runs-on: ubuntu-22.04 + runs-on: ubuntu-22.12 needs: demo-ci-flow if: gitea.ref == 'refs/heads/main' steps: