fix: use ubuntu-22.04 for production workflow
This commit is contained in:
parent
f88050203b
commit
16a9657807
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue