Skip to content

Commit

Permalink
CI: Run actions on ubuntu-22.04
Browse files Browse the repository at this point in the history
ubuntu-latest will be ubuntu-24.04 soon, but this
lacks imagemagick which we need for Alchemy to work.
  • Loading branch information
tvdeyen committed Jan 20, 2025
1 parent 8eae43a commit f94302f
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-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f94302f

Please sign in to comment.