Skip to content

Commit

Permalink
Run GH actions on Ubuntu 18
Browse files Browse the repository at this point in the history
GH actions updated the ubuntu-latest image to 20,
but since lots of gems (ffi, mysql2) do not build on
Ubuntu 20 w/o recompiling all gems we try this.
  • Loading branch information
tvdeyen committed Feb 5, 2021
1 parent 932f875 commit b9be25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
RSpec:
runs-on: ubuntu-latest
runs-on: ubuntu-18
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b9be25b

Please sign in to comment.