Skip to content

Commit

Permalink
pin os to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku committed Jan 20, 2023
1 parent b3170b9 commit 2d76740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
tlint:
name: Lint checks
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: ghcr.io/trento-project/tlint:latest
volumes:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
test:
name: Test
needs: elixir-deps
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
services:
postgres:
image: postgres
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

build-and-push-container-images:
name: Build and push container images
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.event_name == 'release' || (github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'workflow_dispatch'
needs: [static-code-analysis, test]
permissions:
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:

generate-docs:
name: Generate project documentation
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.event_name == 'push' && github.ref_name == 'main'
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2d76740

Please sign in to comment.