Skip to content

Commit

Permalink
Update deploy-to-github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhjaltalin authored Aug 9, 2024
1 parent a7021bb commit aff0894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.6.4
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.6.4
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit aff0894

Please sign in to comment.