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: