Skip to content

Commit

Permalink
chore(github runners): update ubuntu versioning (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 authored Feb 23, 2023
1 parent 80c6901 commit 46d04a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: Determine if Build & Deploy is needed
outputs:
proceed: ${{ steps.determine_proceed.outputs.proceed }}
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- shell: python
Expand All @@ -95,7 +95,7 @@ jobs:
deploy:
name: Build and deploy to EB
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: [gatekeep]
if: needs.gatekeep.outputs.proceed == 'true'
steps:
Expand Down

0 comments on commit 46d04a5

Please sign in to comment.