From 85059ab1bf6f44020c6d43b3909388c6d5bf2645 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Mon, 3 Apr 2023 10:04:30 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 649aebb..a02ebd5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push] jobs: Build: - runs-on: ubuntu-docker + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Use Nodejs @@ -14,7 +14,7 @@ jobs: - run: npm run build Deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-docker steps: - uses: actions/checkout@v3