From ff0823258491a9f29520b83613d3942774fa5d5f Mon Sep 17 00:00:00 2001 From: NekoMio Date: Sun, 3 Mar 2024 21:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/github-ac?= =?UTF-8?q?tions-demo.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/github-actions-demo.yml b/.gitea/workflows/github-actions-demo.yml index 15a61d6..9968099 100644 --- a/.gitea/workflows/github-actions-demo.yml +++ b/.gitea/workflows/github-actions-demo.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: Explore-GitHub-Actions: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"