Skip to content

Commit

Permalink
Downgrade github actions to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
iftheshoefritz committed Dec 2, 2022
1 parent ebc2f3c commit 5fdc95e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:

jobs:
test:
runs-on: ubuntu-latest
# older versions of Ruby want openssl1 which is not on ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
ruby-version:
Expand Down

0 comments on commit 5fdc95e

Please sign in to comment.