Skip to content

Commit

Permalink
Update deploy.yml (#161)
Browse files Browse the repository at this point in the history
* Update deploy.yml

* Update ruby.yml

* Update deploy.yml

* Update deploy.yml (20.04)

* Update ruby.yml (20.04)
  • Loading branch information
abid123456 authored Mar 24, 2024
1 parent 8451c03 commit e95df6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
deploy:
name: Capistrano Deploy to Server
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Install SSH key to Server
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
services:
db:
image: postgres:11
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
bundle exec rake test
rubocop:
name: rubocop
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit e95df6d

Please sign in to comment.