fix: use ubuntu-22.04 for production workflow

This commit is contained in:
Graham McIntire 2026-03-07 12:56:19 -06:00
parent f88050203b
commit 16a9657807
No known key found for this signature in database

View file

@ -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: