From 460cd38ddf4fbd830c6212f9679797d35f012717 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Fri, 14 Jun 2024 03:26:23 -0400 Subject: [PATCH] Oops! --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c786655..02b07e8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - AMD64 - ARM64 - ARMHF - name: Build (${{ matrix.mode }}, ${{ matrix.arch }}) + name: Build runs-on: ubuntu-latest container: node:lts-bullseye steps: @@ -49,7 +49,7 @@ jobs: mode: - Client - Server - name: Test (${{ matrix.mode }}) + name: Test runs-on: ubuntu-latest container: node:lts-bullseye steps: @@ -74,7 +74,7 @@ jobs: arch: - ARM64 - ARMHF - name: Raspberry Pi Test (${{ matrix.mode }}, ${{ matrix.arch }}) + name: Raspberry Pi Test runs-on: raspberry-pi container: node:lts-bullseye steps: