Skip to content

Commit

Permalink
ci(build): pin ubuntu ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ivivanov committed Jul 12, 2024
1 parent 4da2651 commit 4846631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Checks if builder image exists in docker registry
builder-exists:
name: Builder exists
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: amazon/aws-cli
outputs:
# 'failure' - when no image with such tag exists
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
builder-create:
name: Create builder image
needs: builder-exists
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4846631

Please sign in to comment.