Skip to content

Commit

Permalink
Add runs-on for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Dec 26, 2020
1 parent 7fca83b commit bdf84a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
CI: true
build_ruby3:
name: "Ruby: 3.0 OS: Linux"
runs-on: ubuntu-latest
container: ruby:3.0-rc-alpine
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bdf84a3

Please sign in to comment.