Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Set fixed build agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Feb 1, 2021
1 parent 58dce25 commit 7151466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

deploy:
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
defaults:
run:
working-directory: devops/kubernetes
Expand Down

0 comments on commit 7151466

Please sign in to comment.