From 1bef8f53fb8e911db0d023c4bee7ec63b8d3b154 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Wed, 25 Feb 2026 20:06:41 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=80=D0=B0=D0=BD=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5046758..df25938 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,13 +7,8 @@ on: jobs: build: - runs-on: java-builders + runs-on: macos steps: - - name: Install nodejs - uses: actions/setup-node@v3 - with: - node-version: '22' - cache: 'npm' - name: Checkout code uses: actions/checkout@v6