From d707d9e51c290d9e3a2416e11455b1a2a9141b00 Mon Sep 17 00:00:00 2001 From: imterah Date: Sat, 21 Jun 2025 13:32:42 -0400 Subject: [PATCH] chore: Initial attempt to migrate workflows --- {.github => .forgejo}/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename {.github => .forgejo}/workflows/build.yml (94%) diff --git a/.github/workflows/build.yml b/.forgejo/workflows/build.yml similarity index 94% rename from .github/workflows/build.yml rename to .forgejo/workflows/build.yml index e320161..931f914 100644 --- a/.github/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -6,7 +6,7 @@ jobs: fail-fast: false matrix: go-version: [1.21.x] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [docker] runs-on: ${{ matrix.os }} steps: - name: Install Go @@ -45,7 +45,7 @@ jobs: strategy: matrix: go-version: [1.21.x] - os: [ubuntu-latest] + os: [docker] runs-on: ${{ matrix.os }} steps: - name: Install Go @@ -65,7 +65,7 @@ jobs: strategy: matrix: go-version: [1.21.x] - os: [ubuntu-latest] + os: [docker] runs-on: ${{ matrix.os }} steps: - name: Install Go @@ -86,7 +86,7 @@ jobs: fail-fast: false matrix: go-version: [1.21.x] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [docker] runs-on: ${{ matrix.os }} steps: - name: Install Go @@ -107,7 +107,7 @@ jobs: strategy: matrix: go-version: [1.21.x] - os: [ubuntu-latest] + os: [docker] runs-on: ${{ matrix.os }} steps: - name: Install Go @@ -126,7 +126,7 @@ jobs: strategy: matrix: go-version: [1.21.x] - os: [ubuntu-latest] + os: [docker] runs-on: ${{ matrix.os }} steps: - name: Install Go