From 16a9657807a89a5443e805db5dc872334a817ece Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 7 Mar 2026 12:56:19 -0600 Subject: [PATCH] fix: use ubuntu-22.04 for production workflow --- .forgejo/workflows/production.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index 6adabb90..9cf4304e 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -12,7 +12,7 @@ env: jobs: test-exunit: name: Run ExUnit Tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 services: postgres: @@ -78,7 +78,7 @@ jobs: test-e2e: name: Run E2E Tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: test-exunit services: @@ -178,7 +178,7 @@ jobs: build-and-deploy: name: Build and Deploy to Production - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: [test-exunit, test-e2e] steps: