From 7b03b0f06dd031394afc5e058c0025ce3cc57f2e Mon Sep 17 00:00:00 2001 From: ultrablob Date: Mon, 3 Feb 2025 13:03:15 -0500 Subject: [PATCH] Migrate runner to forgejo selfhoste --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1eb083c..9b54cb3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,8 +23,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-latest - environment: ci + runs-on: docker # Steps represent a sequence of tasks that will be executed as part of the job steps: