Skip to content

Commit

Permalink
[CI/CD] use ubuntu-latest for Cap deploy (#1351)
Browse files Browse the repository at this point in the history
Addresses: #1301

Co-authored-by: Er. Ajay Shrestha <[email protected]>
  • Loading branch information
donrestarone and sthajay authored Jan 12, 2023
1 parent 35ac018 commit f661907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix: ${{fromJSON(needs.build.outputs.github_envs)}}
fail-fast: false
Expand All @@ -42,7 +42,7 @@ jobs:
run: |
sudo git clone https://github.com/rbenv/rbenv.git /home/runner/.rbenv
sudo apt-get update
sudo apt-get install -y libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm5 libgdbm-dev
sudo apt-get install -y libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev
sudo git clone https://github.com/rbenv/ruby-build.git /home/runner/.rbenv/plugins/ruby-build
sudo chown -R runner /home/runner/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> $GITHUB_PATH
Expand Down

0 comments on commit f661907

Please sign in to comment.